Skip to content

Commit

Permalink
disable flaky tests (#2289)
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyMothra authored May 28, 2021
1 parent eb2a6bd commit 353d122
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ namespace Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel.Implement
public class ErrorHandlingTransmissionPolicyTest
{
[TestClass]
[TestCategory("WindowsOnly")] // these tests are flaky on linux builds.
public class HandleTransmissionSentEvent : ErrorHandlingTransmissionPolicyTest
{
[TestMethod]
Expand Down

0 comments on commit 353d122

Please sign in to comment.