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 29
29
import org .junit .jupiter .api .AfterAll ;
30
30
import org .junit .jupiter .api .BeforeAll ;
31
31
import org .junit .jupiter .api .Test ;
32
+ import org .junit .jupiter .api .condition .EnabledOnOs ;
33
+ import org .junit .jupiter .api .condition .OS ;
32
34
import org .junit .jupiter .params .ParameterizedTest ;
33
35
import org .junit .jupiter .params .provider .MethodSource ;
34
36
import org .opengrok .indexer .util .TestRepository ;
@@ -142,6 +144,8 @@ void bug19195() throws Exception {
142
144
143
145
@ ParameterizedTest
144
146
@ MethodSource ("terraformTestParams" )
147
+ // Universal Ctags distributed via Chocolatey on Windows does not support Terraform yet.
148
+ @ EnabledOnOs ({OS .LINUX , OS .MAC })
145
149
void testTfTags (final SingleTagTestData data ) throws Exception {
146
150
var defs = getDefs ("terraform/" + data .file + ".tf" );
147
151
assertAll (
You can’t perform that action at this time.
0 commit comments