[commands] Disable regularly failing unit test (#4824)

This commit is contained in:
Peter Johnson
2022-12-15 21:53:08 -08:00
committed by GitHub
parent fbabd0ef15
commit ffbf6a1fa2

View File

@@ -57,7 +57,7 @@ TEST_F(SchedulingRecursionTest, CancelFromInitialize) {
}
TEST_P(SchedulingRecursionTest,
DefaultCommandGetsRescheduledAfterSelfCanceling) {
DISABLED_DefaultCommandGetsRescheduledAfterSelfCanceling) {
CommandScheduler scheduler = GetScheduler();
bool hasOtherRun = false;
TestSubsystem requirement;