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
20
20
public class DataMaskingTests : SqlTestsBase
21
21
{
22
22
23
- [ Fact ]
23
+ [ Fact ( Skip = "Non stable interaction between the test and the testing framework" ) ]
24
24
[ Trait ( Category . Sql , Category . CheckIn ) ]
25
25
public void TestDatabaseDataMaskingPolicyEnablementToggling ( )
26
26
{
27
27
RunPowerShellTest ( "Test-DatabaseDataMaskingPolicyEnablementToggling" ) ;
28
28
}
29
29
30
- [ Fact ]
30
+ [ Fact ( Skip = "Non stable interaction between the test and the testing framework" ) ]
31
31
[ Trait ( Category . Sql , Category . CheckIn ) ]
32
32
public void TestDatabaseDataMaskingPrivilegedLoginsChanges ( )
33
33
{
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ public void TestDatabaseUpdatePolicyWithStorage()
50
50
RunPowerShellTest ( "Test-DatabaseUpdatePolicyWithStorage" ) ;
51
51
}
52
52
53
- [ Fact ]
53
+ [ Fact ( Skip = "Non stable interaction between the test and the testing framework" ) ]
54
54
[ Trait ( Category . Sql , Category . CheckIn ) ]
55
55
public void TestDatabaseUpdatePolicyWithStorageV2 ( )
56
56
{
You can’t perform that action at this time.
0 commit comments