-
Notifications
You must be signed in to change notification settings - Fork 13
Conversation
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 are all nits
test( | ||
STEP_COMPUTE_INSTANCE_SERVICE_ACCOUNT_RELATIONSHIPS, | ||
async () => { | ||
const stepTestConfig: StepTestConfig = { |
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.
Not for this pr but, you might want to extract this to a function in the long run
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_ADDRESSES, async () => { |
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.
Is this .skip necessary? Can we add a comment why we are skipping?
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_FORWARDING_RULES, async () => { |
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.
This one is also skipped
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_GLOBAL_ADDRESSES, async () => { |
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.
This one as well
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_GLOBAL_FORWARDING_RULES, async () => { |
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.
One more
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_INSTANCES, async () => { |
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.
One more
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_LOADBALANCERS, async () => { |
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.
here aswell
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_REGION_TARGET_HTTPS_PROXIES, async () => { |
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.
One more .skip
if (recording) await recording.stop(); | ||
}); | ||
|
||
test.skip(STEP_COMPUTE_SSL_POLICIES, async () => { |
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.
Here!
🚀 PR was released in |
No description provided.