Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

fix: Updates to RStudio Integration tests #818

Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe('Launch and terminate RStudio instance', () => {
});

afterAll(async () => {
// await setup.cleanup();
await setup.cleanup();
});

async function checkAllRstudioWorkspaceIsTerminated() {
Expand All @@ -51,7 +51,6 @@ describe('Launch and terminate RStudio instance', () => {
await checkAllRstudioWorkspaceIsTerminated();

const envId = await launchRStudioWorkspace();
// const envId = 'f7cb0f78-3fd2-4351-bea0-b6a05096c2c5';

// For installations without AppStream enabled, check that workspace CIDR can be changed
if (!setup.defaults.isAppStreamEnabled) {
Expand Down