Skip to content

Commit

Permalink
testscripts: skip (known) failing tests on darwin (#2256)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
gcurtis authored Sep 6, 2024
1 parent 74f4a2a commit afa6187
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testscripts/languages/python_missing_so.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# libstdc++.so. The nixpkgs Python interpreter doesn't search standard system
# paths, so Devbox must patch it or provide the location of native dependencies.

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

exec devbox install

Expand Down
2 changes: 1 addition & 1 deletion testscripts/languages/python_old_glibc.test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Check that an older version of the Python interpreter (3.7) can import and run
# pip packages that are built from source.

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

exec devbox install

Expand Down

0 comments on commit afa6187

Please sign in to comment.