File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ namespace Microsoft.Azure.Commands.ScenarioTest.SqlTests
2020 public class DataMaskingTests : SqlTestsBase
2121 {
2222
23- [ Fact ]
23+ [ Fact ( Skip = "Non stable interaction between the test and the testing framework" ) ]
2424 [ Trait ( Category . Sql , Category . CheckIn ) ]
2525 public void TestDatabaseDataMaskingPolicyEnablementToggling ( )
2626 {
2727 RunPowerShellTest ( "Test-DatabaseDataMaskingPolicyEnablementToggling" ) ;
2828 }
2929
30- [ Fact ]
30+ [ Fact ( Skip = "Non stable interaction between the test and the testing framework" ) ]
3131 [ Trait ( Category . Sql , Category . CheckIn ) ]
3232 public void TestDatabaseDataMaskingPrivilegedLoginsChanges ( )
3333 {
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void TestDatabaseUpdatePolicyWithStorage()
5050 RunPowerShellTest ( "Test-DatabaseUpdatePolicyWithStorage" ) ;
5151 }
5252
53- [ Fact ]
53+ [ Fact ( Skip = "Non stable interaction between the test and the testing framework" ) ]
5454 [ Trait ( Category . Sql , Category . CheckIn ) ]
5555 public void TestDatabaseUpdatePolicyWithStorageV2 ( )
5656 {
You can’t perform that action at this time.
0 commit comments