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

@@ -9,7 +9,7 @@ let documentsTab: DocumentsTab = null!;
for (const { name, databaseId, containerId, documents } of documentTestCases) {
test.describe(`Test SQL 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 }) => {
explorer = await DataExplorer.open(page, TestAccount.SQLReadOnly);