diff --git a/build.gradle b/build.gradle index 9158ae8c..464c2217 100644 --- a/build.gradle +++ b/build.gradle @@ -370,6 +370,11 @@ task writeActionsTestMatrix() { return } + if (it.name.endsWith("DebugLineNumbersTest.groovy")) { + // Known flakey test + return + } + def className = it.name.replace(".groovy", "") testMatrix.add("net.fabricmc.loom.test.integration.${className}") }