Skip to content

Commit 85126c7

Browse files
committed
fixup: un-.only()
1 parent 982b11f commit 85126c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/tests/in-use-encryption.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ describe('CSFLE / QE', function () {
11031103
}
11041104
});
11051105

1106-
it.only('can read QE data stored in a mongodb 6 database', async function () {
1106+
it('can read QE data stored in a mongodb 6 database', async function () {
11071107
// connect without QE and insert some fixture data that we generated against a 6.x database using the shell
11081108
await browser.connectWithConnectionForm({
11091109
hosts: [CONNECTION_HOSTS],

0 commit comments

Comments
 (0)