File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
opengrok-indexer/src/test/java/org/opengrok/indexer/analysis Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 2929import org .junit .jupiter .api .AfterAll ;
3030import org .junit .jupiter .api .BeforeAll ;
3131import org .junit .jupiter .api .Test ;
32+ import org .junit .jupiter .api .condition .EnabledOnOs ;
33+ import org .junit .jupiter .api .condition .OS ;
3234import org .junit .jupiter .params .ParameterizedTest ;
3335import org .junit .jupiter .params .provider .MethodSource ;
3436import org .opengrok .indexer .util .TestRepository ;
@@ -142,6 +144,8 @@ void bug19195() throws Exception {
142144
143145 @ ParameterizedTest
144146 @ MethodSource ("terraformTestParams" )
147+ // Universal Ctags distributed via Chocolatey on Windows does not support Terraform yet.
148+ @ EnabledOnOs ({OS .LINUX , OS .MAC })
145149 void testTfTags (final SingleTagTestData data ) throws Exception {
146150 var defs = getDefs ("terraform/" + data .file + ".tf" );
147151 assertAll (
You can’t perform that action at this time.
0 commit comments