Skip to content
Open
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
2 changes: 1 addition & 1 deletion e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
expect(prCatalogInfoYaml).toEqual(expectedCatalogInfoYaml);
});

test("Edit Pull request Details and Ensure PR Content Reflects Changes", async () => {
test.skip("Edit Pull request Details and Ensure PR Content Reflects Changes", async () => {

Check warning on line 157 in e2e-tests/playwright/e2e/plugins/bulk-import.spec.ts

View workflow job for this annotation

GitHub Actions / TSC, ESLint and Prettier

Unexpected use of the `.skip()` annotation
await bulkimport.filterAddedRepo(newRepoDetails.repoName);
await uiHelper.clickOnButtonInTableByUniqueText(
newRepoDetails.repoName,
Expand Down
Loading