Skip to content

Commit

Permalink
Stop skipping MacCatalyst
Browse files Browse the repository at this point in the history
  • Loading branch information
emaf committed Nov 14, 2023
1 parent a6625cf commit acb453c
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,7 @@ public async Task DetailsPageMeasuresCorrectlyInSplitMode(bool isRtl)
});
}

[Fact(DisplayName = "Back Button Enabled Changes with push/pop + page change"
#if MACCATALYST
, Skip = "Fails on Mac Catalyst, fixme"
#endif
)]
[Fact(DisplayName = "Back Button Enabled Changes with push/pop + page change")]
public async Task BackButtonEnabledChangesWithPushPopAndPageChanges()
{
SetupBuilder();
Expand Down

0 comments on commit acb453c

Please sign in to comment.