Skip to content

Commit 20b7f27

Browse files
ogailogail
authored andcommitted
Disable SQL tests that are taking long time.
1 parent 79b9e8a commit 20b7f27

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
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
@@ -27,7 +27,7 @@ public void TestDatabaseDataMaskingPolicyEnablementToggling()
2727
RunPowerShellTest("Test-DatabaseDataMaskingPolicyEnablementToggling");
2828
}
2929

30-
[Fact]
30+
[Fact(Skip = "Test executes for long time period")]
3131
[Trait(Category.RunType, Category.LiveOnly)]
3232
[Trait(Category.AcceptanceType, Category.CheckIn)]
3333
public void TestDatabaseDataMaskingLevelChanges()
@@ -63,7 +63,7 @@ public void TestDatabaseDataMaskingTextRuleLifecycle()
6363
RunPowerShellTest("Test-DatabaseDataMaskingTextRuleLifecycle");
6464
}
6565

66-
[Fact]
66+
[Fact(Skip = "Test executes for long time period")]
6767
[Trait(Category.RunType, Category.LiveOnly)]
6868
[Trait(Category.AcceptanceType, Category.CheckIn)]
6969
public void TestDatabaseDataMaskingRuleCreationFailures()

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ public void TestDatabaseUpdatePolicyWithStorage()
2626
RunPowerShellTest("Test-DatabaseUpdatePolicyWithStorage");
2727
}
2828

29-
[Fact]
29+
[Fact(Skip = "Test executes for long time period")]
3030
[Trait(Category.RunType, Category.LiveOnly)]
3131
[Trait(Category.AcceptanceType, Category.CheckIn)]
3232
public void TestServerUpdatePolicyWithStorage()
3333
{
3434
RunPowerShellTest("Test-ServerUpdatePolicyWithStorage");
3535
}
3636

37-
[Fact]
37+
[Fact(Skip = "Test executes for long time period")]
3838
[Trait(Category.AcceptanceType, Category.CheckIn)]
3939
public void TestDatabaseUpdatePolicyWithEventTypes()
4040
{
@@ -184,31 +184,31 @@ public void TestServerStorageKeyRotation()
184184
RunPowerShellTest("Test-ServerStorageKeyRotation");
185185
}
186186

187-
[Fact]
187+
[Fact(Skip = "Test executes for long time period")]
188188
[Trait(Category.RunType, Category.LiveOnly)]
189189
[Trait(Category.AcceptanceType, Category.CheckIn)]
190190
public void TestServerUpdatePolicyWithRetention()
191191
{
192192
RunPowerShellTest("Test-ServerUpdatePolicyWithRetention");
193193
}
194194

195-
[Fact]
195+
[Fact(Skip = "Test executes for long time period")]
196196
[Trait(Category.RunType, Category.LiveOnly)]
197197
[Trait(Category.AcceptanceType, Category.CheckIn)]
198198
public void TestDatabaseUpdatePolicyWithRetention()
199199
{
200200
RunPowerShellTest("Test-DatabaseUpdatePolicyWithRetention");
201201
}
202202

203-
[Fact]
203+
[Fact(Skip = "Test executes for long time period")]
204204
[Trait(Category.RunType, Category.LiveOnly)]
205205
[Trait(Category.AcceptanceType, Category.CheckIn)]
206206
public void TestServerRetentionKeepProperties()
207207
{
208208
RunPowerShellTest("Test-ServerRetentionKeepProperties");
209209
}
210210

211-
[Fact]
211+
[Fact(Skip = "Test executes for long time period")]
212212
[Trait(Category.RunType, Category.LiveOnly)]
213213
[Trait(Category.AcceptanceType, Category.CheckIn)]
214214
public void TestDatabaseRetentionKeepProperties()

0 commit comments

Comments
 (0)