summaryrefslogtreecommitdiff
path: root/tests
diff options
Diffstat (limited to 'tests')
-rw-r--r--tests/test_xdnd_start_stop_notifier_imp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_xdnd_start_stop_notifier_imp.cpp b/tests/test_xdnd_start_stop_notifier_imp.cpp
index d21a42eba..621010447 100644
--- a/tests/test_xdnd_start_stop_notifier_imp.cpp
+++ b/tests/test_xdnd_start_stop_notifier_imp.cpp
@@ -60,7 +60,7 @@ TEST_F(TestXdndStartStopNotifierImp, DISABLED_SignalStarted)
wm.window_mapped.emit(0);
Utils::WaitUntil(signal_received);
- XTestFakeButtonEvent(display_, 1, False, CurrentTime);
+ //XTestFakeButtonEvent(display_, 1, False, CurrentTime);
}
TEST_F(TestXdndStartStopNotifierImp, DISABLED_SignalFinished)