Skip to content

Commit 4e4b08e

Browse files
committed
fix: ignore ToolVersion and skip Java
1 parent b8d1229 commit 4e4b08e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/go-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,10 @@ jobs:
2121
# test tries to retrieve non-existent node
2222
# TestParser_NodeFieldsConsistency:
2323
# Vars.Content only includes name, not whole body
24+
# TestCollector_CollectByTreeSitter_Java
25+
# JDTLS download was rate-limited on github actions
2426
SKIPPED_TESTS: >-
25-
TestPatcher|TestCases|Test_goParser_ParseNode|TestParser_NodeFieldsConsistency|TestRustLSP
27+
TestPatcher|TestCases|Test_goParser_ParseNode|TestParser_NodeFieldsConsistency|TestRustLSP|TestCollector_CollectByTreeSitter_Java
2628
2729
steps:
2830
- name: Checkout code

.github/workflows/regression.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
DIFFJSON_IGNORE: >
1919
['id']
2020
['Path']
21+
['ToolVersion']
2122
['Modules']['a.b/c']['Dependencies']['a.b/c']
2223
['Modules']['a.b/c/cmdx']['Dependencies']['a.b/c/cmdx']
2324
steps:

0 commit comments

Comments
 (0)