From 7023555fcc42b746632e385665fb73e4bfd76f34 Mon Sep 17 00:00:00 2001 From: Martin Zikmund Date: Sun, 9 Apr 2023 11:51:00 +0200 Subject: [PATCH] chore: Disable InvokeScriptAsync tests on Uno --- .../Tests/Windows_UI_Xaml_Controls/Given_WebView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_WebView.cs b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_WebView.cs index c18043ba55..f95defd2bd 100644 --- a/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_WebView.cs +++ b/src/Uno.UI.RuntimeTests/Tests/Windows_UI_Xaml_Controls/Given_WebView.cs @@ -48,7 +48,7 @@ public class Given_WebView Assert.IsNull(webView.Source); } -#if !__MACOS__ +#if !HAS_UNO [TestMethod] public async Task When_InvokeScriptAsync() { -- GitLab