Rebase master

This commit is contained in:
Sung-Hyun Kang
2025-04-28 22:08:05 -05:00
parent c1d5641c60
commit c51fd8bec0
3 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ let documentsTab: DocumentsTab = null!;
for (const { name, databaseId, containerId, documents } of documentTestCases) {
test.describe(`Test MongoRU Documents with ${name}`, () => {
test.skip(true, "Temporarily disabling all tests in this spec file");
// test.skip(true, "Temporarily disabling all tests in this spec file");
test.beforeEach("Open documents tab", async ({ page }) => {
await setupCORSBypass(page);
explorer = await DataExplorer.open(page, TestAccount.MongoReadonly);