Skip to content

Commit 27c51b8

Browse files
committed
try to re-enable the test
1 parent 9138b22 commit 27c51b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/atlas-cloud/global-writes.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ describe('Global writes', function () {
9292

9393
// TODO(COMPASS-8495): This test fails in CI, while we can't reproduce this
9494
// locally, it looks like a real issue that needs investigation
95-
it.skip('should be able to shard an unsharded namespace and also unmanage it', async function () {
95+
it('should be able to shard an unsharded namespace and also unmanage it', async function () {
9696
const collName = `global-writes-geospatial-${Date.now()}`;
9797

9898
await createGeospatialCollection(collName);

0 commit comments

Comments
 (0)