Skip to content

Commit f085652

Browse files
committed
fixup: skip e2e for web since it's behind feature flag
1 parent 4403475 commit f085652

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ describe('Collection schema tab', function () {
111111

112112
describe('with the enableExportSchema feature flag enabled', function () {
113113
beforeEach(async function () {
114+
// TODO(COMPASS-8819): remove web skip when defaulted true.
115+
skipForWeb(this, "can't toggle features in compass-web");
114116
await browser.setFeature('enableExportSchema', true);
115117
});
116118

0 commit comments

Comments
 (0)