Skip to content

Commit

Permalink
Skip Flaky UI Tests (#5593)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu authored Mar 1, 2023
1 parent 534a5c7 commit 6c95123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dotnet/APIView/APIViewUITests/SmokeTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public async Task SmokeTest_CSharp()
}
}

[Fact]
[Fact(Skip = "Test is too Flaky")]
public async Task SmokeTest_Request_Reviewers()
{
using (IWebDriver driver = new ChromeDriver())
Expand Down

0 comments on commit 6c95123

Please sign in to comment.