rm attributes
This commit is contained in:
parent
55430a2b54
commit
ebb7114365
4 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ public class BasicScenarioTests : SmokeTests
|
|||
{
|
||||
public BasicScenarioTests(ITestOutputHelper outputHelper) : base(outputHelper) { }
|
||||
|
||||
[SkippableTheory()]
|
||||
[Theory]
|
||||
[MemberData(nameof(GetScenarioObjects))]
|
||||
public void VerifyBasicScenario(TestScenario scenario) => scenario.Execute(DotNetHelper);
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ public class DotNetWatchTests : SmokeTests
|
|||
{
|
||||
public DotNetWatchTests(ITestOutputHelper outputHelper) : base(outputHelper) { }
|
||||
|
||||
[SkippableFact()]
|
||||
[Fact]
|
||||
public void WatchTests()
|
||||
{
|
||||
string projectDirectory = DotNetHelper.ExecuteNew(DotNetTemplate.Console.GetName(), nameof(DotNetWatchTests));
|
||||
|
|
|
@ -13,7 +13,7 @@ public class SourceBuiltArtifactsTests : SmokeTests
|
|||
{
|
||||
public SourceBuiltArtifactsTests(ITestOutputHelper outputHelper) : base(outputHelper) { }
|
||||
|
||||
[SkippableFact()]
|
||||
[Fact]
|
||||
public void VerifyVersionFile()
|
||||
{
|
||||
string outputDir = Path.Combine(Directory.GetCurrentDirectory(), "sourcebuilt-artifacts");
|
||||
|
|
|
@ -18,7 +18,7 @@ public class WebScenarioTests : SmokeTests
|
|||
{
|
||||
public WebScenarioTests(ITestOutputHelper outputHelper) : base(outputHelper) { }
|
||||
|
||||
[SkippableTheory()]
|
||||
[Theory]
|
||||
[MemberData(nameof(GetScenarioObjects))]
|
||||
public void VerifyWebScenario(TestScenario scenario) => scenario.Execute(DotNetHelper);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue