Skip to content

Commit 0b90d0c

Browse files
authored
fix: disable-flacky-test (#6409)
1 parent 474f53c commit 0b90d0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/e2e/init.cafe.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ test('Environment', environmentTest).meta({ autoLogout: true, category: 'oss' })
113113

114114
test('Project', projectTest).meta({ autoLogout: true, category: 'oss' })
115115

116-
test('Organization', organisationTest).meta({ autoLogout: true, category: 'oss', skipEnterprise: true })
116+
// Skipping organization test for now until E2E_SEPARATE_TEST_USER is available in production
117+
test.skip('Organization', organisationTest).meta({ autoLogout: true, category: 'oss' })
117118

118119
test('Versioning', versioningTests).meta({ autoLogout: true, category: 'oss' })
119120

0 commit comments

Comments
 (0)