Skip to content

Commit

Permalink
fix(compass-e2e-tests): skip failing search index test COMPASS-8220 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax authored Aug 27, 2024
1 parent afa901b commit 63c3e19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/compass-e2e-tests/tests/search-indexes.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,10 @@ describe('Search Indexes', function () {
await browser.dropIndex(indexName);
});

it('renders search indexes tab disabled', async function () {
// TODO(COMPASS-8220): Un-skip this test
(name === 'Atlas Free Cluster'
? it.skip
: it)('renders search indexes tab disabled', async function () {
const searchTab = await browser.$(
Selectors.indexesSegmentedTab('search-indexes')
);
Expand Down

0 comments on commit 63c3e19

Please sign in to comment.