mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Disable DebugLineNumbersTest in CI tests.
This commit is contained in:
@@ -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}")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user