Skip to content

Commit

Permalink
chore: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Oct 29, 2023
1 parent 574159e commit 6ed543c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Uno.Toolkit.UITest/Controls/TabBar/Given_TabBar.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ public class Given_TabBar : TestBase

[Test]
[AutoRetry]
[Ignore("https://github.com/unoplatform/uno.toolkit.ui/issues/887")]
public void When_Top_TabBar()
{
const string FlipViewItemTextPrefix = "TopTabBar_FlipView_Item_Text_";
Expand All @@ -36,6 +37,7 @@ public void When_Top_TabBar()

[Test]
[AutoRetry]
[Ignore("https://github.com/unoplatform/uno.toolkit.ui/issues/887")]
public void When_Bottom_TabBar()
{
const string FlipViewItemTextPrefix = "BottomTabBar_FlipView_Item_Text_";
Expand All @@ -53,6 +55,7 @@ public void When_Bottom_TabBar()

[Test]
[AutoRetry]
[Ignore("https://github.com/unoplatform/uno.toolkit.ui/issues/887")]
public void When_Vertical_TabBar()
{
const string FlipViewItemTextPrefix = "VerticalTabBar_FlipView_Item_Text_";
Expand Down

0 comments on commit 6ed543c

Please sign in to comment.