mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-24 12:14:17 +00:00
remove test container throughput
This commit is contained in:
@@ -32,7 +32,6 @@ test.describe("Autoscale throughput", () => {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
test("Update autoscale max throughput", async () => {
|
||||
// Update autoscale max throughput
|
||||
await getThroughputInput(explorer, "autopilot").fill(TEST_AUTOSCALE_MAX_THROUGHPUT_RU_2K.toString());
|
||||
@@ -101,13 +100,12 @@ test.describe("Manual throughput", () => {
|
||||
await scaleTab.click();
|
||||
});
|
||||
|
||||
if (!process.env.CI) {
|
||||
if (!process.env.CI) {
|
||||
test.afterAll("Delete Test Database", async () => {
|
||||
await context?.dispose();
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
test("Update manual throughput", async () => {
|
||||
await getThroughputInput(explorer, "manual").fill(TEST_MANUAL_THROUGHPUT_RU_2K.toString());
|
||||
await explorer.commandBarButton(CommandBarButton.Save).click();
|
||||
|
||||
Reference in New Issue
Block a user