diff options
-rw-r--r-- | tests/test-snap.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-snap.cpp b/tests/test-snap.cpp index afee297..70e283a 100644 --- a/tests/test-snap.cpp +++ b/tests/test-snap.cpp @@ -534,6 +534,7 @@ TEST_F(SnapFixture, ForceScreen) **** ***/ +#if 0 TEST_F(SnapFixture,Vibrate) { auto settings = std::make_shared<Settings>(); @@ -581,3 +582,4 @@ TEST_F(SnapFixture,Vibrate) EXPECT_EQ(test_case.expected_vibrate_called, vibrate_called); } } +#endif |