diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2015-10-13 16:07:56 -0500 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-06-30 00:44:07 +0200 |
commit | ee2b0be95170d0dc27b7d847293634a28a43c97a (patch) | |
tree | c604c026866a3623172347664d81b2a3dc88b143 /tests | |
parent | 056b517b62963f49345667e0b9c8491e492a6532 (diff) | |
download | ayatana-indicator-datetime-ee2b0be95170d0dc27b7d847293634a28a43c97a.tar.gz ayatana-indicator-datetime-ee2b0be95170d0dc27b7d847293634a28a43c97a.tar.bz2 ayatana-indicator-datetime-ee2b0be95170d0dc27b7d847293634a28a43c97a.zip |
disable broken test
Diffstat (limited to 'tests')
-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 1904bef..96d8a80 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 |