diff --git a/dlls/user/tests/monitor.c b/dlls/user/tests/monitor.c index 787ac2e504f..153a3534b1e 100644 --- a/dlls/user/tests/monitor.c +++ b/dlls/user/tests/monitor.c @@ -168,6 +168,7 @@ START_TEST(monitor) { init_function_pointers(); test_enumdisplaydevices(); - test_ChangeDisplaySettingsEx(); + if (winetest_interactive) + test_ChangeDisplaySettingsEx(); test_monitors(); }