diff --git a/wpilibcIntegrationTests/src/PCMTest.cpp b/wpilibcIntegrationTests/src/PCMTest.cpp index eb7b9ec67d..14f23ca8e7 100644 --- a/wpilibcIntegrationTests/src/PCMTest.cpp +++ b/wpilibcIntegrationTests/src/PCMTest.cpp @@ -63,7 +63,7 @@ class PCMTest : public testing::Test { /** * Test if the compressor turns on and off when the pressure switch is toggled */ -TEST_F(PCMTest, DISABLED_PressureSwitch) { +TEST_F(PCMTest, PressureSwitch) { Reset(); m_compressor->SetClosedLoopControl(true);