-
Notifications
You must be signed in to change notification settings - Fork 409
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
[PLAT-73750] Add TF for privateaccesssettings on GCP. #2088
Conversation
@@ -16,3 +16,17 @@ func TestMwsAccPrivateAccessSettings(t *testing.T) { | |||
}`, | |||
}) | |||
} | |||
|
|||
func TestMwsGcpAccPrivateAccessSettings(t *testing.T) { | |||
t.SkipNow() |
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.
did you run this test?
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.
Thanks for reminding! I just ran it.
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.
Conditional approval on test fix.
3a1d089
to
bbe208d
Compare
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.
Dummy.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #2088 +/- ##
==========================================
- Coverage 89.78% 89.60% -0.19%
==========================================
Files 136 136
Lines 11077 11055 -22
==========================================
- Hits 9946 9906 -40
- Misses 732 743 +11
- Partials 399 406 +7
|
PLAT-73750 Add TF for privateaccesssettings on GCP.
Ran integration test:
scripts/run.sh gcp-accounts 'TestMwsGcpAccPrivateAccessSettings' --debug --tee
Test passed.