Skip to content

Commit

Permalink
chore: Disable for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 authored Aug 30, 2021
1 parent bed7333 commit 4ef278b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void NativeCommandBar_Automated()

[Test]
[AutoRetry]
[ActivePlatforms(Platform.Android, Platform.iOS)]
[ActivePlatforms(Platform.Android)] // Disabled on Wasm as there is no native command bar. Enabling for iOS tracked by https://github.com/unoplatform/uno/issues/6732
public void When_Foreground_Is_Set()
{
Run("UITests.Windows_UI_Xaml_Controls.CommandBar.CommandBar_Native_With_AppBarButton_With_Foreground");
Expand Down

0 comments on commit 4ef278b

Please sign in to comment.