Skip to content

Commit

Permalink
remove integration test target
Browse files Browse the repository at this point in the history
  • Loading branch information
ktoso committed Nov 7, 2024
1 parent 7bde884 commit 37939d5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -100,17 +100,6 @@ var targets: [PackageDescription.Target] = [
]
),

// ==== ------------------------------------------------------------------------------------------------------------
// MARK: Integration Tests - `it_` prefixed

.executableTarget(
name: "it_Clustered_swim_suspension_reachability",
dependencies: [
"SWIM"
],
path: "IntegrationTests/tests_01_cluster/it_Clustered_swim_suspension_reachability"
),

// ==== ------------------------------------------------------------------------------------------------------------
// MARK: Samples are defined in Samples/Package.swift
// ==== ------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 37939d5

Please sign in to comment.