Skip to content

Commit 5ba439b

Browse files
Copilotmichael-hawker
authored andcommitted
Add [Ignore] attribute to Test_RichSuggestBox_DeleteTokens for intermittent failure
Co-authored-by: michael-hawker <[email protected]>
1 parent 0bed1b7 commit 5ba439b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/RichSuggestBox/tests/Test_RichSuggestBox.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ await App.DispatcherQueue.EnqueueAsync(async () =>
128128
[DataRow("@Token1", "@Token2")]
129129
[DataRow("@Token1", "#Token2")]
130130
[DataRow("#Token1", "@Token2")]
131+
[Ignore("Intermittent failure - see https://github.com/CommunityToolkit/Windows/issues/589")]
131132
public async Task Test_RichSuggestBox_DeleteTokens(string token1, string token2)
132133
{
133134
await App.DispatcherQueue.EnqueueAsync(async () =>

0 commit comments

Comments
 (0)