Skip to content

Commit cf7aeae

Browse files
committed
Disable linter test until we decided on the rules
1 parent c0bbfa5 commit cf7aeae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/SubprocessTests/SubprocessTests+Linting.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ private func enableLintingTest() -> Bool {
4040
struct SubprocessLintingTest {
4141
@Test(
4242
.enabled(
43-
if: enableLintingTest(),
44-
"Could not determine source path"
43+
if: false/* enableLintingTest() */,
44+
"Skipped until we decide on the rules"
4545
)
4646
)
4747
func runLinter() async throws {

0 commit comments

Comments
 (0)