-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[mgmt] revert test cases #32409
base: main
Are you sure you want to change the base?
[mgmt] revert test cases #32409
Conversation
API change check API changes are not detected in this pull request. |
@@ -63,7 +61,7 @@ describe("Authorization test", () => { | |||
await recorder.stop(); | |||
}); | |||
|
|||
it("roleDefinitions create test", async function () { | |||
it.skip("roleDefinitions create test", async function () { |
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.
why skip this?
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.
.only will fail the ci check, so I remove .only and add .skip for other cases
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.
@mpodwysocki do you think we should enable allowOnly by default? I feel like this is a behaviour breaking between vitest and mocha ?
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.
Yes, that's fine, we can enable it
No description provided.