From 7616a750ba12dbeb28f6931c0a4ff4074002a1c1 Mon Sep 17 00:00:00 2001 From: James Hawkins Date: Mon, 27 Oct 2008 00:55:39 -0500 Subject: [PATCH] msi: Set the source path tests to "interactive" to avoid timing out on some machines. --- dlls/msi/tests/install.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dlls/msi/tests/install.c b/dlls/msi/tests/install.c index 8d04ff6e43e..97735296e90 100644 --- a/dlls/msi/tests/install.c +++ b/dlls/msi/tests/install.c @@ -5086,6 +5086,12 @@ static void test_sourcepath(void) { UINT r, i; + if (!winetest_interactive) + { + skip("Run in interactive mode to run source path tests.\n"); + return; + } + create_database(msifile, sp_tables, sizeof(sp_tables) / sizeof(msi_table)); MsiSetInternalUI(INSTALLUILEVEL_NONE, NULL);