diff --git a/packages/duckdb-wasm/test/opfs.test.ts b/packages/duckdb-wasm/test/opfs.test.ts index 7e2523747..47b9e2497 100644 --- a/packages/duckdb-wasm/test/opfs.test.ts +++ b/packages/duckdb-wasm/test/opfs.test.ts @@ -143,8 +143,6 @@ export function testOPFS(baseDir: string, bundle: () => duckdb.DuckDBBundle): vo } const table1 = await new arrow.Table<{ cnt: arrow.Int }>(batches1); expect(table1.getChildAt(0)?.get(0)).toBeGreaterThan(60_000); - await db.dropFile('test.parquet'); - await opfsRoot.removeEntry("datadir"); }); it('Load Parquet file that are already', async () => {