Skip to content

Commit 73c194c

Browse files
authored
Merge pull request #165 from olafurpg/ignore-gradle
Disable GradleBuildToolSuite until #164 is fixed
2 parents 0bbdd1e + 9cca94d commit 73c194c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/buildTools/src/test/scala/tests/GradleBuildToolSuite.scala

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
package tests
22

3+
import munit.IgnoreSuite
4+
5+
// FIXME: disabled because of https://github.com/sourcegraph/lsif-java/issues/164
6+
@IgnoreSuite
37
class GradleBuildToolSuite extends BaseBuildToolSuite {
48

59
checkBuild(

0 commit comments

Comments
 (0)