@@ -14,7 +14,6 @@ namespace UnitTests.UWP.UI.Controls
14
14
[ TestClass ]
15
15
public class Test_RichSuggestBox : VisualUITestBase
16
16
{
17
- [ Ignore ( "Ignore due to CI problem" ) ]
18
17
[ TestCategory ( nameof ( RichSuggestBox ) ) ]
19
18
[ TestMethod ]
20
19
[ DataRow ( "@Token1" , "@Token2" , "@Token3" ) ]
@@ -70,7 +69,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
70
69
} ) ;
71
70
}
72
71
73
- [ Ignore ( "Ignore due to CI problem" ) ]
74
72
[ TestCategory ( nameof ( RichSuggestBox ) ) ]
75
73
[ TestMethod ]
76
74
public async Task Test_RichSuggestBox_CustomizeToken ( )
@@ -123,7 +121,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
123
121
} ) ;
124
122
}
125
123
126
- [ Ignore ( "Ignore due to CI problem" ) ]
127
124
[ TestCategory ( nameof ( RichSuggestBox ) ) ]
128
125
[ TestMethod ]
129
126
[ DataRow ( "@Token1" , "@Token2" ) ]
@@ -158,7 +155,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
158
155
} ) ;
159
156
}
160
157
161
- [ Ignore ( "Ignore due to CI problem" ) ]
162
158
[ TestCategory ( nameof ( RichSuggestBox ) ) ]
163
159
[ TestMethod ]
164
160
public async Task Test_RichSuggestBox_ReplaceToken ( )
@@ -186,7 +182,6 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
186
182
} ) ;
187
183
}
188
184
189
- [ Ignore ( "Ignore due to CI problem" ) ]
190
185
[ TestCategory ( nameof ( RichSuggestBox ) ) ]
191
186
[ TestMethod ]
192
187
public async Task Test_RichSuggestBox_FormatReset ( )
0 commit comments