Skip to content

Commit db0599a

Browse files
committed
retry adding unit tests
1 parent b39d0ba commit db0599a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

UnitTests/UnitTests.UWP/UI/Controls/Test_RichSuggestBox.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ namespace UnitTests.UWP.UI.Controls
1414
[TestClass]
1515
public class Test_RichSuggestBox : VisualUITestBase
1616
{
17-
[Ignore("Ignore due to CI problem")]
1817
[TestCategory(nameof(RichSuggestBox))]
1918
[TestMethod]
2019
[DataRow("@Token1", "@Token2", "@Token3")]
@@ -70,7 +69,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
7069
});
7170
}
7271

73-
[Ignore("Ignore due to CI problem")]
7472
[TestCategory(nameof(RichSuggestBox))]
7573
[TestMethod]
7674
public async Task Test_RichSuggestBox_CustomizeToken()
@@ -123,7 +121,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
123121
});
124122
}
125123

126-
[Ignore("Ignore due to CI problem")]
127124
[TestCategory(nameof(RichSuggestBox))]
128125
[TestMethod]
129126
[DataRow("@Token1", "@Token2")]
@@ -158,7 +155,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
158155
});
159156
}
160157

161-
[Ignore("Ignore due to CI problem")]
162158
[TestCategory(nameof(RichSuggestBox))]
163159
[TestMethod]
164160
public async Task Test_RichSuggestBox_ReplaceToken()
@@ -186,7 +182,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
186182
});
187183
}
188184

189-
[Ignore("Ignore due to CI problem")]
190185
[TestCategory(nameof(RichSuggestBox))]
191186
[TestMethod]
192187
public async Task Test_RichSuggestBox_FormatReset()

0 commit comments

Comments
 (0)