From 20e881ae0d0f1e2a858d1efa47e5e85b2e72301d Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 14 Feb 2025 12:19:58 +0200 Subject: [PATCH] testing: Disable transaction tests for now --- testing/all.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/testing/all.test b/testing/all.test index 5119b8eb0..42aadd038 100755 --- a/testing/all.test +++ b/testing/all.test @@ -25,4 +25,5 @@ source $testdir/changes.test source $testdir/total-changes.test source $testdir/offset.test source $testdir/scalar-functions-printf.test -source $testdir/transactions.test +# Disabled until https://github.com/tursodatabase/limbo/issues/1004 is fixed +# source $testdir/transactions.test