mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[build] Disable armsimulation unit test (#5739)
This test regularly fails on Win64Debug in CI.
This commit is contained in:
@@ -185,6 +185,10 @@ model {
|
||||
testTask.useJUnitPlatform()
|
||||
testTask.filter {
|
||||
includeTestsMatching("edu.wpi.first.wpilibj.examples.${entry.foldername}.*")
|
||||
// armsimulation regularly fails on CI Win64Debug
|
||||
if (project.hasProperty('ciDebugOnly')) {
|
||||
excludeTestsMatching("edu.wpi.first.wpilibj.examples.armsimulation.*")
|
||||
}
|
||||
setFailOnNoMatchingTests(false)
|
||||
}
|
||||
test.filter {
|
||||
|
||||
Reference in New Issue
Block a user