Skip to content

. #18

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 7, 2015
Merged

. #18

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public void TestDatabaseDataMaskingPolicyEnablementToggling()
RunPowerShellTest("Test-DatabaseDataMaskingPolicyEnablementToggling");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.RunType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestDatabaseDataMaskingLevelChanges()
Expand Down Expand Up @@ -63,7 +63,7 @@ public void TestDatabaseDataMaskingTextRuleLifecycle()
RunPowerShellTest("Test-DatabaseDataMaskingTextRuleLifecycle");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.RunType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestDatabaseDataMaskingRuleCreationFailures()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ public void TestDatabaseUpdatePolicyWithStorage()
RunPowerShellTest("Test-DatabaseUpdatePolicyWithStorage");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.RunType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestServerUpdatePolicyWithStorage()
{
RunPowerShellTest("Test-ServerUpdatePolicyWithStorage");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestDatabaseUpdatePolicyWithEventTypes()
{
Expand Down Expand Up @@ -184,31 +184,31 @@ public void TestServerStorageKeyRotation()
RunPowerShellTest("Test-ServerStorageKeyRotation");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.RunType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestServerUpdatePolicyWithRetention()
{
RunPowerShellTest("Test-ServerUpdatePolicyWithRetention");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.RunType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestDatabaseUpdatePolicyWithRetention()
{
RunPowerShellTest("Test-DatabaseUpdatePolicyWithRetention");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.RunType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestServerRetentionKeepProperties()
{
RunPowerShellTest("Test-ServerRetentionKeepProperties");
}

[Fact]
[Fact(Skip = "Test executes for long time period")]
[Trait(Category.RunType, Category.LiveOnly)]
[Trait(Category.AcceptanceType, Category.CheckIn)]
public void TestDatabaseRetentionKeepProperties()
Expand Down