Skip to content

Commit

Permalink
chore: Disable ItemCornerRadius test on WASM (#17272)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Sep 5, 2024
1 parent 216172c commit 6d06c62
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ public async Task When_MinDate_Has_Different_Offset()

#if __WASM__
[TestMethod]
[Ignore("Fails on Fluent styles #17272")]
public async Task When_ItemCornerRadius()
{
var calendarView = new CalendarView();
Expand Down

0 comments on commit 6d06c62

Please sign in to comment.