user: Only perform the screen resolution changing tests in interactive mode.
This commit is contained in:
parent
4c9f668e7c
commit
8e9c876288
|
@ -168,6 +168,7 @@ START_TEST(monitor)
|
|||
{
|
||||
init_function_pointers();
|
||||
test_enumdisplaydevices();
|
||||
test_ChangeDisplaySettingsEx();
|
||||
if (winetest_interactive)
|
||||
test_ChangeDisplaySettingsEx();
|
||||
test_monitors();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue