Skip to content

Commit afa6187

Browse files
authored
testscripts: skip (known) failing tests on darwin (#2256)
The Python linker tests that fail on Linux (which is expected) also fail on darwin. The darwin tests only run in the pre-release job, so it went unnoticed in the original PR.
1 parent 74f4a2a commit afa6187

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testscripts/languages/python_missing_so.test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# libstdc++.so. The nixpkgs Python interpreter doesn't search standard system
88
# paths, so Devbox must patch it or provide the location of native dependencies.
99

10-
[!env:DEVBOX_RUN_FAILING_TESTS] [linux] skip 'this test doesn''t pass on Linux yet'
10+
[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet'
1111

1212
exec devbox install
1313

testscripts/languages/python_old_glibc.test.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Check that an older version of the Python interpreter (3.7) can import and run
44
# pip packages that are built from source.
55

6-
[!env:DEVBOX_RUN_FAILING_TESTS] [linux] skip 'this test doesn''t pass on Linux yet'
6+
[!env:DEVBOX_RUN_FAILING_TESTS] skip 'this test doesn''t pass on Linux yet'
77

88
exec devbox install
99

0 commit comments

Comments
 (0)