We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7be4fb0 commit 760dc43Copy full SHA for 760dc43
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DatabaseReplicationTests.cs
@@ -47,13 +47,6 @@ public void TestCreateSecondaryDatabase()
47
RunPowerShellTest("Test-CreateSecondaryDatabase");
48
}
49
50
- [Fact]
51
- [Trait(Category.AcceptanceType, Category.CheckIn)]
52
- public void TestCreateVcoreDatabaseSecondary()
53
- {
54
- RunPowerShellTest("Test-CreateVcoreDatabaseSecondary");
55
- }
56
-
57
[Fact]
58
[Trait(Category.Sql, Category.CheckIn)]
59
public void TestGetReplicationLink()
0 commit comments