Skip to content

Commit e9f984f

Browse files
committed
Add another flaky test.
1 parent 25321fd commit e9f984f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VisualStudio/Core/Test/Diagnostics/DefaultDiagnosticUpdateSourceTests.vb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class A
177177
End Using
178178
End Function
179179

180-
<Fact>
180+
<Fact(Skip:="https://github.com/dotnet/roslyn/issues/46230")>
181181
Public Async Function TestDefaultDiagnosticProviderRemove() As Task
182182
Dim code = <code>
183183
class A

0 commit comments

Comments
 (0)