Skip to content

Commit 8141186

Browse files
authored
chore(e2e): Skip the columnstore E2E test again (#4175)
skip the columnstore e2e test again
1 parent e46f345 commit 8141186

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/compass-e2e-tests/tests/collection-indexes-tab.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,9 @@ describe('Collection indexes tab', function () {
170170
});
171171

172172
describe('server version 6.3.0', function () {
173-
it('supports creating a columnstore index', async function () {
173+
// This feature got moved behind a feature flag
174+
// https://jira.mongodb.org/browse/SERVER-74901
175+
it.skip('supports creating a columnstore index', async function () {
174176
if (serverSatisfies('< 6.3.0-alpha0')) {
175177
return this.skip();
176178
}

0 commit comments

Comments
 (0)