Exclude the delayed resource file test on Windows.
The feature does not work there. Change-Id: I4c19577d3882b5ea01d20f4a67a512c1e6bc803e Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
450d9ce4ba
commit
01d69e37f4
@ -67,6 +67,10 @@ if (Qt5DBus_FOUND AND NOT APPLE)
|
||||
expect_pass(test_dbus_module)
|
||||
endif()
|
||||
expect_pass(test_multiple_find_package)
|
||||
expect_pass(test_add_resources_delayed_file)
|
||||
if (NOT WIN32)
|
||||
# Currently broken on windows. Reported upstream:
|
||||
# http://public.kitware.com/Bug/view.php?id=13392
|
||||
expect_pass(test_add_resources_delayed_file)
|
||||
endif()
|
||||
expect_pass(test_private_includes)
|
||||
expect_pass(test_modules)
|
||||
|
Loading…
Reference in New Issue
Block a user