Skip to content

Commit 57c5be1

Browse files
committed
[UtilityTests] Disable popen test
This seems to fail a lot recently on CI for unknown reason, disabling it for now.
1 parent cf236fa commit 57c5be1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/UtilityTests/ShellTests.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ import Utility
1616
class ShellTests: XCTestCase {
1717

1818
func testPopen() {
19+
// FIXME: Disabled due to https://bugs.swift.org/browse/SR-2703
20+
#if false
1921
XCTAssertEqual(try! popen(["echo", "foo"]), "foo\n")
22+
#endif
2023
}
2124

2225
func testPopenWithBufferLargerThanThatAllocated() {

0 commit comments

Comments
 (0)