-
Notifications
You must be signed in to change notification settings - Fork 4k
Updating dynamic data masking to use the RuleState property #1116
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
Conversation
Hi @yoavrubin, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
Can be merged |
This reverts commit cdba402.
@@ -21,49 +21,49 @@ namespace Microsoft.Azure.Commands.Sql.Test.ScenarioTests | |||
public class DataMaskingTests : SqlTestsBase | |||
{ | |||
|
|||
[Fact(Skip = "test takes more than 5 sec")] | |||
[Fact] | |||
[Trait(Category.AcceptanceType, Category.CheckIn)] | |||
public void TestDatabaseDataMaskingPolicyEnablementToggling() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These tests were disabled because they were taking over 5 sec per tests. Based on the last test run they still take 760 seconds all together (and about 100 sec each). Please either fix the performance or exclude them from the CI test run. If you mark them as [Trait(Category.AcceptanceType, Category.BVT)]
they will be run post PR merge in a separate job.
Updating dynamic data masking to use the RuleState property
No description provided.