Skip to content

Commit

Permalink
Disable smoke scenario tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed Oct 4, 2024
1 parent fc7d34d commit f491fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class BasicScenarioTests : SdkTests
{
public BasicScenarioTests(ITestOutputHelper outputHelper) : base(outputHelper) { }

[Theory]
// [Theory(Skip="https://github.com/dotnet/sdk/issues/42920")]
[MemberData(nameof(GetScenarioObjects))]
public void VerifyScenario(TestScenario scenario) => scenario.Execute(DotNetHelper);

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public DotNetFormatTests(ITestOutputHelper outputHelper) : base(outputHelper) {
/// <Summary>
/// Format an unformatted project and verify that the output matches the pre-computed solution.
/// </Summary>
[Fact(Skip="https://github.com/dotnet/sdk/issues/42920")]
// [Fact(Skip="https://github.com/dotnet/sdk/issues/42920")]
public void FormatProject()
{
if (DotNetHelper.IsMonoRuntime)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class WebScenarioTests : SdkTests
{
public WebScenarioTests(ITestOutputHelper outputHelper) : base(outputHelper) { }

[Theory]
// [Theory(Skip="https://github.com/dotnet/sdk/issues/42920")]
[MemberData(nameof(GetScenarioObjects))]
public void VerifyScenario(TestScenario scenario) => scenario.Execute(DotNetHelper);

Expand Down

0 comments on commit f491fec

Please sign in to comment.