Skip to content

Commit 37939d5

Browse files
committed
remove integration test target
1 parent 7bde884 commit 37939d5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Package.swift

-11
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,6 @@ var targets: [PackageDescription.Target] = [
100100
]
101101
),
102102

103-
// ==== ------------------------------------------------------------------------------------------------------------
104-
// MARK: Integration Tests - `it_` prefixed
105-
106-
.executableTarget(
107-
name: "it_Clustered_swim_suspension_reachability",
108-
dependencies: [
109-
"SWIM"
110-
],
111-
path: "IntegrationTests/tests_01_cluster/it_Clustered_swim_suspension_reachability"
112-
),
113-
114103
// ==== ------------------------------------------------------------------------------------------------------------
115104
// MARK: Samples are defined in Samples/Package.swift
116105
// ==== ------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)