Skip to content

Commit

Permalink
remove flaky rocksdb test (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelDarley authored Sep 18, 2023
1 parent 9df5059 commit c9ed423
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions __test__/index.spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ test('Connect in-memory SurrealDB instance', async t => {
t.pass();
})

test.failing('Connect with rocksdb file', async t => {
const db = new Surreal();
await db.connect(`rocksdb://${process.cwd()}/test.db`);
t.pass();
})

test('set ns/db', async t => {
{
const db = new Surreal();
Expand Down

0 comments on commit c9ed423

Please sign in to comment.