Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 2c0c99c

Browse files
committed
Disable some test that we were not running before anyway
1 parent 9280f73 commit 2c0c99c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ jobs:
3636
distribution: 'temurin'
3737
cache: 'maven'
3838

39+
- name: Disable some local only tests
40+
run: |
41+
echo "These test require local repo setup, for now we delete them before running the test"
42+
rm src/org/rascalmpl/core/library/lang/rascalcore/check/tests/BinaryDependencyTests.rsc
43+
rm src/org/rascalmpl/core/library/lang/rascalcore/check/tests/ChangeScenarioTests.rsc
44+
3945
- name: Compile, Generate and Test (never fails)
4046
run: mvn -B -Dmaven.test.failure.ignore -Drascal.test.memory=4 test
4147

0 commit comments

Comments
 (0)