Skip to content

Commit

Permalink
Add conditional compilation for MacCatalyst test
Browse files Browse the repository at this point in the history
  • Loading branch information
PureWeen authored Feb 4, 2025
1 parent f9f4982 commit 0f77951
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
using NUnit.Framework;
#if TEST_FAILS_ON_MACCATALYST //https://github.com/dotnet/maui/pull/27531
using NUnit.Framework;
using NUnit.Framework.Legacy;
using UITest.Appium;
using UITest.Core;
Expand Down Expand Up @@ -35,3 +36,4 @@ public void Issue24414Test()
}
}
}
#endif

0 comments on commit 0f77951

Please sign in to comment.