[MSHTML_WINETEST] Fix crash of mshtml_winetest:activex
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Mon, 20 Jan 2025 08:52:37 +0000 (10:52 +0200)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Wed, 22 Jan 2025 11:38:18 +0000 (13:38 +0200)
modules/rostests/winetests/mshtml/activex.c

index 117becd..4d76837 100644 (file)
@@ -2434,6 +2434,7 @@ static void test_flash_ax(void)
         skip("Skipping test_ui_activate(). ROSTESTS-114.\n");
         skip("Skipping test_container(notif_doc). ROSTESTS-114.\n");
         skip("Skipping test_object_elem(notif_doc). ROSTESTS-114.\n");
+        return;
     }
 
     IOleClientSite_AddRef(client_site);