Skip to content

Commit 6496721

Browse files
committed
Skip Linux.
1 parent 22391b0 commit 6496721

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/job-compile-and-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@ jobs:
4343
working-directory: Extension
4444

4545
# These tests don't require the binary.
46+
# On Linux, it is failing with: Test run terminated with signal SIGSEGV
4647
- name: Run SingleRootProject tests
48+
if: ${{ inputs.platform != 'linux' }}
4749
run: yarn test --scenario=SingleRootProject --skipCheckBinaries
4850
working-directory: Extension
4951

0 commit comments

Comments
 (0)