File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Sql/Sql.Test/ScenarioTests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ public ManagedDatabaseCrudScenarioTests(ITestOutputHelper output) : base(output)
37
37
base . resourceTypesToIgnoreApiVersion = new string [ ] {
38
38
"Microsoft.Sql/managedInstances" ,
39
39
"Microsoft.Sql/managedInstances/databases" ,
40
- "Microsoft.Network/virtualNetworks "
40
+ "Microsoft.Sql/managedInstances/managedDatabases "
41
41
} ;
42
42
}
43
43
@@ -48,14 +48,14 @@ public void TestCreateManagedDatabase()
48
48
RunPowerShellTest ( "Test-CreateManagedDatabase" ) ;
49
49
}
50
50
51
- [ Fact ]
51
+ [ Fact ( Skip = "Skip due to bug in ignore api version plus long setup time for managed instance" ) ]
52
52
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
53
53
public void TestGetManagedDatabase ( )
54
54
{
55
55
RunPowerShellTest ( "Test-GetManagedDatabase" ) ;
56
56
}
57
57
58
- [ Fact ]
58
+ [ Fact ( Skip = "Skip due to long setup time for managed instance" ) ]
59
59
[ Trait ( Category . AcceptanceType , Category . CheckIn ) ]
60
60
public void TestRemoveManagedDatabase ( )
61
61
{
You can’t perform that action at this time.
0 commit comments