mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-28 04:07:01 -05:00
Disable FabricAPITest for CI
This commit is contained in:
@@ -335,6 +335,9 @@ task writeActionsTestMatrix() {
|
||||
// Disabled for CI, as it fails too much.
|
||||
if (className.endsWith("DecompileTest")) return
|
||||
|
||||
// Disabled for CI as it hangs.
|
||||
if (className.endsWith("FabricAPITest")) return
|
||||
|
||||
testMatrix.add("net.fabricmc.loom.test.integration.${className}")
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user