Skip to content

Commit 6b1a958

Browse files
committed
Merge pull request #720 from yoavrubin/dev
Skipping non-stable tests
2 parents 4fdde5a + 2f10d3b commit 6b1a958

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/DataMaskingTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
{

src/ResourceManager/Sql/Commands.Sql.Test/ScenarioTests/SecurityTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
{

0 commit comments

Comments
 (0)