mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[bazel] Clean up bazel scripts (#7984)
This commit is contained in:
@@ -30,6 +30,6 @@ def wpilib_java_junit5_test(
|
||||
main_class = "org.junit.platform.console.ConsoleLauncher",
|
||||
use_testrunner = False,
|
||||
testonly = True,
|
||||
tags = tags + ["no-roborio", "no-bionic", "no-raspbian", "allwpilib-build-java", "no-asan", "no-tsan", "no-ubsan"],
|
||||
tags = tags + ["allwpilib-build-java", "no-asan", "no-tsan", "no-ubsan"],
|
||||
**kwargs
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user