Skip to content

Commit e4761d9

Browse files
committed
Disable StateSpaceArm and StateSpaceElevator
Both these require the currently ignored LinearSystem.slice().
1 parent 79d6a79 commit e4761d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ BASE_TESTS="
5454
ShuffleBoard
5555
Solenoid
5656
StatefulAutonomous
57-
StateSpaceArm
58-
StateSpaceElevator
5957
StateSpaceFlywheel
6058
StateSpaceFlywheelSysId
6159
SwerveBot
@@ -70,6 +68,8 @@ BASE_TESTS="
7068
IGNORED_TESTS="
7169
RamseteCommand
7270
PhysicsCamSim/src
71+
StateSpaceArm
72+
StateSpaceElevator
7373
"
7474

7575
ALL_TESTS="${BASE_TESTS}"

0 commit comments

Comments
 (0)