Commit 8e9c8762 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

user: Only perform the screen resolution changing tests in interactive mode.

parent 4c9f668e
......@@ -168,6 +168,7 @@ START_TEST(monitor)
{
init_function_pointers();
test_enumdisplaydevices();
test_ChangeDisplaySettingsEx();
if (winetest_interactive)
test_ChangeDisplaySettingsEx();
test_monitors();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment