Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public void TestAzureVmWorkloadUnDeleteContainer()
);
}

[Fact]
[Fact(Skip = "The test is broken and waiting for a fix.")]
[Trait(Category.AcceptanceType, Category.CheckIn)]
[Trait(TestConstants.Workload, TestConstants.AzureVmWorkload)]
public void TestSQLContainerRegError()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void TestNewA2ADiskReplicationConfig()
"Test-NewA2ADiskReplicationConfiguration");
}

[Fact]
[Fact(Skip = "The test is broken and waiting for a fix.")]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewA2AManagedDiskReplicationConfig()
{
Expand All @@ -50,7 +50,7 @@ public void TestNewA2AManagedDiskReplicationConfig()
"Test-NewA2AManagedDiskReplicationConfiguration");
}

[Fact]
[Fact(Skip = "The test is broken and waiting for a fix.")]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewA2AManagedDiskReplicationConfigForPv2()
{
Expand All @@ -60,7 +60,7 @@ public void TestNewA2AManagedDiskReplicationConfigForPv2()
"Test-NewA2AManagedDiskReplicationConfigurationForPv2");
}

[Fact]
[Fact(Skip = "The test is broken and waiting for a fix.")]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestNewA2AManagedDiskReplicationConfigForUltraDisk()
{
Expand All @@ -81,11 +81,11 @@ public void TestNewA2AManagedDiskReplicationConfigWithCmk()
"Test-NewA2AManagedDiskReplicationConfigurationWithCmk");
}

//#if NETSTANDARD
// [Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
//#else
[Fact]
//#endif
//#if NETSTANDARD
// [Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
//#else
[Fact(Skip = "The test is broken and waiting for a fix.")]
//#endif
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void A2ANewAsrFabric()
{
Expand All @@ -95,11 +95,11 @@ public void A2ANewAsrFabric()
"Test-NewAsrFabric");
}

//#if NETSTANDARD
// [Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
//#else
[Fact]
//#endif
//#if NETSTANDARD
// [Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")]
//#else
[Fact(Skip = "The test is broken and waiting for a fix.")]
//#endif
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void A2ATestNewContainer()
{
Expand Down
Loading