diff --git a/.env b/.env index 62b84509eb..32b99a5e66 100644 --- a/.env +++ b/.env @@ -6,6 +6,6 @@ PUBLIC_HASURA_CLIENT_URL=http://localhost:8080/v1/graphql PUBLIC_HASURA_SERVER_URL=http://localhost:8080/v1/graphql PUBLIC_HASURA_WEB_SOCKET_URL=ws://localhost:8080/v1/graphql PUBLIC_AUTH_SSO_ENABLED=false -PUBLIC_TIME_PLUGIN_ENABLED=true +PUBLIC_TIME_PLUGIN_ENABLED=false # VITE_HOST=localhost.jpl.nasa.gov # VITE_HTTPS=true diff --git a/e2e-tests/tests/plan-merge.test.ts b/e2e-tests/tests/plan-merge.test.ts index 7656c06953..22a900baa0 100644 --- a/e2e-tests/tests/plan-merge.test.ts +++ b/e2e-tests/tests/plan-merge.test.ts @@ -44,7 +44,7 @@ test.afterAll(async () => { }); test.describe.serial('Plan Merge', () => { - const newActivityStartTime: string = '2022-005T00:00:00.000'; + const newActivityStartTime: string = '2022-005T00:00:00'; const planBranchName = uniqueNamesGenerator({ dictionaries: [adjectives, colors, animals] }); test('Add an activity to the parent plan', async () => {