Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
not needed
  • Loading branch information
aslilac committed Apr 4, 2024
commit 9fb996302fde32363bacbdd961448504c83aff43
6 changes: 0 additions & 6 deletions site/e2e/tests/updateWorkspace.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { test } from "@playwright/test";
import { enterpriseLicense } from "../constants";
import {
createTemplate,
createWorkspace,
Expand Down Expand Up @@ -62,11 +61,6 @@ test("update workspace, new optional, immutable parameter added", async ({
test("update workspace, new required, mutable parameter added", async ({
page,
}) => {
// This should be removed ASAP, but this test is currently failing when run with
// an enterprise license. I'll look into the root cause, but for now it's more
// important to get tests passing on the main branch again. -Kayla
test.skip(Boolean(enterpriseLicense));

const richParameters: RichParameter[] = [firstParameter, secondParameter];
const template = await createTemplate(
page,
Expand Down