We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bed1b7 commit 5ba439bCopy full SHA for 5ba439b
components/RichSuggestBox/tests/Test_RichSuggestBox.cs
@@ -128,6 +128,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
128
[DataRow("@Token1", "@Token2")]
129
[DataRow("@Token1", "#Token2")]
130
[DataRow("#Token1", "@Token2")]
131
+ [Ignore("Intermittent failure - see https://github.com/CommunityToolkit/Windows/issues/589")]
132
public async Task Test_RichSuggestBox_DeleteTokens(string token1, string token2)
133
{
134
await App.DispatcherQueue.EnqueueAsync(async () =>
0 commit comments