Skip to content

Commit

Permalink
Temporarily exclude flaky tests (#7615)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktork authored Nov 6, 2024
1 parent c504e8d commit 2016eee
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public CollectDumpActionTests(ITestOutputHelper outputHelper)
_endpointUtilities = new(_outputHelper);
}

[Theory]
[Theory(Skip = "Flaky")]
[MemberData(nameof(ActionTestsHelper.GetTfmsAndDumpTypes), MemberType = typeof(ActionTestsHelper))]
public Task CollectDumpAction_Success(TargetFrameworkMoniker tfm, DumpType dumpType)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ await ScenarioRunner.SingleTarget(
/// Validates that a non-startup rule will complete when it has an action limit specified
/// without a sliding window duration.
/// </summary>
[Theory]
[Theory(Skip = "Flaky")]
[InlineData(DiagnosticPortConnectionMode.Listen)]
public async Task CollectionRule_ActionLimitTest(DiagnosticPortConnectionMode mode)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ await ScenarioRunner.SingleTarget(
});
}

[Theory]
[Theory(Skip = "Flaky")]
[MemberData(nameof(ProfilerHelper.GetArchitecture), MemberType = typeof(ProfilerHelper))]
public async Task Exceptions_FilterIncludeBasic(Architecture targetArchitecture)
{
Expand Down Expand Up @@ -387,7 +387,7 @@ await ScenarioRunner.SingleTarget(
});
}

[Theory]
[Theory(Skip = "Flaky")]
[MemberData(nameof(ProfilerHelper.GetArchitecture), MemberType = typeof(ProfilerHelper))]
public async Task Exceptions_FilterIncludeMultiple(Architecture targetArchitecture)
{
Expand Down

0 comments on commit 2016eee

Please sign in to comment.