Skip to content

Commit 87cd113

Browse files
ogailogail
authored andcommitted
Move SQL tests to post check-in tests
1 parent 20b7f27 commit 87cd113

File tree

2 files changed

+1
-18
lines changed

2 files changed

+1
-18
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ public void TestDatabaseDataMaskingPolicyEnablementToggling()
2727
RunPowerShellTest("Test-DatabaseDataMaskingPolicyEnablementToggling");
2828
}
2929

30-
[Fact(Skip = "Test executes for long time period")]
30+
[Fact]
3131
[Trait(Category.RunType, Category.LiveOnly)]
32-
[Trait(Category.AcceptanceType, Category.CheckIn)]
3332
public void TestDatabaseDataMaskingLevelChanges()
3433
{
3534
RunPowerShellTest("Test-DatabaseDataMaskingLevelChanges");
@@ -63,9 +62,7 @@ public void TestDatabaseDataMaskingTextRuleLifecycle()
6362
RunPowerShellTest("Test-DatabaseDataMaskingTextRuleLifecycle");
6463
}
6564

66-
[Fact(Skip = "Test executes for long time period")]
6765
[Trait(Category.RunType, Category.LiveOnly)]
68-
[Trait(Category.AcceptanceType, Category.CheckIn)]
6966
public void TestDatabaseDataMaskingRuleCreationFailures()
7067
{
7168
RunPowerShellTest("Test-DatabaseDataMaskingRuleCreationFailures");

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

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

29-
[Fact(Skip = "Test executes for long time period")]
3029
[Trait(Category.RunType, Category.LiveOnly)]
31-
[Trait(Category.AcceptanceType, Category.CheckIn)]
3230
public void TestServerUpdatePolicyWithStorage()
3331
{
3432
RunPowerShellTest("Test-ServerUpdatePolicyWithStorage");
3533
}
3634

37-
[Fact(Skip = "Test executes for long time period")]
38-
[Trait(Category.AcceptanceType, Category.CheckIn)]
3935
public void TestDatabaseUpdatePolicyWithEventTypes()
4036
{
4137
RunPowerShellTest("Test-DatabaseUpdatePolicyWithEventTypes");
4238
}
4339

44-
[Fact(Skip = "Skip for the version header upgrade on Storage library.")]
4540
[Trait(Category.RunType, Category.LiveOnly)]
46-
[Trait(Category.AcceptanceType, Category.CheckIn)]
4741
public void TestServerUpdatePolicyWithEventTypes()
4842
{
4943
RunPowerShellTest("Test-ServerUpdatePolicyWithEventTypes");
@@ -184,33 +178,25 @@ public void TestServerStorageKeyRotation()
184178
RunPowerShellTest("Test-ServerStorageKeyRotation");
185179
}
186180

187-
[Fact(Skip = "Test executes for long time period")]
188181
[Trait(Category.RunType, Category.LiveOnly)]
189-
[Trait(Category.AcceptanceType, Category.CheckIn)]
190182
public void TestServerUpdatePolicyWithRetention()
191183
{
192184
RunPowerShellTest("Test-ServerUpdatePolicyWithRetention");
193185
}
194186

195-
[Fact(Skip = "Test executes for long time period")]
196187
[Trait(Category.RunType, Category.LiveOnly)]
197-
[Trait(Category.AcceptanceType, Category.CheckIn)]
198188
public void TestDatabaseUpdatePolicyWithRetention()
199189
{
200190
RunPowerShellTest("Test-DatabaseUpdatePolicyWithRetention");
201191
}
202192

203-
[Fact(Skip = "Test executes for long time period")]
204193
[Trait(Category.RunType, Category.LiveOnly)]
205-
[Trait(Category.AcceptanceType, Category.CheckIn)]
206194
public void TestServerRetentionKeepProperties()
207195
{
208196
RunPowerShellTest("Test-ServerRetentionKeepProperties");
209197
}
210198

211-
[Fact(Skip = "Test executes for long time period")]
212199
[Trait(Category.RunType, Category.LiveOnly)]
213-
[Trait(Category.AcceptanceType, Category.CheckIn)]
214200
public void TestDatabaseRetentionKeepProperties()
215201
{
216202
RunPowerShellTest("Test-DatabaseRetentionKeepProperties");

0 commit comments

Comments
 (0)