Skip to content

Commit 6d0812c

Browse files
committed
For now only run test via testplan
1 parent 0db83f2 commit 6d0812c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Tests/SPMGraphExecutableTests/SPMGraphExecutableE2ETests.swift

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ struct SPMGraphExecutableE2ETests {
4646
///
4747
/// - warning: For this to work it has to be run via the spmgraph testplan, where the Address Sanitizer is enabled,
4848
/// which works around potential memory crashes with graphviz in debug
49-
@Test(.enabled(if: ProcessInfo.isSpmgraphTestPlan || ProcessInfo.isCI))
49+
@Test(.enabled(if: ProcessInfo.isSpmgraphTestPlan))
5050
func visualize() async throws {
5151
// GIVEN
5252
let outputPath = try localFileSystem.tempDirectory
@@ -327,9 +327,6 @@ private extension ProcessInfo {
327327
static var isSpmgraphTestPlan: Bool {
328328
processInfo.environment["TESTPLAN"] == "spmgraph"
329329
}
330-
static var isCI: Bool {
331-
processInfo.environment["CI"] != nil
332-
}
333330
}
334331

335332
private extension Bundle {

0 commit comments

Comments
 (0)