mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[commands] Disable regularly failing unit test (#4824)
This commit is contained in:
@@ -57,7 +57,7 @@ TEST_F(SchedulingRecursionTest, CancelFromInitialize) {
|
||||
}
|
||||
|
||||
TEST_P(SchedulingRecursionTest,
|
||||
DefaultCommandGetsRescheduledAfterSelfCanceling) {
|
||||
DISABLED_DefaultCommandGetsRescheduledAfterSelfCanceling) {
|
||||
CommandScheduler scheduler = GetScheduler();
|
||||
bool hasOtherRun = false;
|
||||
TestSubsystem requirement;
|
||||
|
||||
Reference in New Issue
Block a user