Skip to content

Commit 66a4ef1

Browse files
committed
skipped test
1 parent 868aecb commit 66a4ef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Ported/Server/RecordingTransactionOperationsMergerTest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ describe("RecordingTransactionOperationsMergerTest", function () {
2222
temporaryDirContext.dispose();
2323
});
2424

25-
it("canRecordTransactions", async () => {
25+
// TODO: waiting for RavenDB-15106
26+
it.skip("canRecordTransactions", async () => {
2627
const targetFile = path.join(temporaryDirContext.tempDir, "record-tx");
2728

2829
await store.maintenance.send(new StartTransactionsRecordingOperation(path.resolve(targetFile)));

0 commit comments

Comments
 (0)