mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-21 21:07:23 +01:00
Disable most tests while sorting out account setup. Add debug tracing.
This commit is contained in:
@@ -73,6 +73,7 @@ test.describe("Vector Policy under Scale & Settings", () => {
|
||||
};
|
||||
|
||||
test("Add new vector embedding policy", async () => {
|
||||
test.skip();
|
||||
const existingCount = await getPolicyCount();
|
||||
|
||||
// Click Add vector embedding button
|
||||
@@ -102,6 +103,7 @@ test.describe("Vector Policy under Scale & Settings", () => {
|
||||
});
|
||||
|
||||
test("Existing vector embedding policy fields are disabled", async () => {
|
||||
test.skip();
|
||||
// Ensure there is at least one saved policy
|
||||
await ensureExistingPolicy();
|
||||
|
||||
@@ -115,6 +117,7 @@ test.describe("Vector Policy under Scale & Settings", () => {
|
||||
});
|
||||
|
||||
test("New vector embedding policy fields are enabled while existing are disabled", async () => {
|
||||
test.skip();
|
||||
// Ensure there is at least one saved policy
|
||||
const existingCount = await ensureExistingPolicy();
|
||||
|
||||
@@ -138,6 +141,7 @@ test.describe("Vector Policy under Scale & Settings", () => {
|
||||
});
|
||||
|
||||
test("Delete existing vector embedding policy", async () => {
|
||||
test.skip();
|
||||
// Ensure there is at least one saved policy to delete
|
||||
const existingCount = await ensureExistingPolicy();
|
||||
|
||||
@@ -171,6 +175,7 @@ test.describe("Vector Policy under Scale & Settings", () => {
|
||||
});
|
||||
|
||||
test("Validation error for empty path", async () => {
|
||||
test.skip();
|
||||
const existingCount = await getPolicyCount();
|
||||
|
||||
const addButton = explorer.frame.locator("#add-vector-policy");
|
||||
|
||||
Reference in New Issue
Block a user