From 6c555ce4fd86eede96ee99be817e51fd63341345 Mon Sep 17 00:00:00 2001 From: imilinovic <ivan.milinovic123@gmail.com> Date: Thu, 14 Mar 2024 13:58:56 +0100 Subject: [PATCH] fix failing tests --- tests/e2e/concurrent_write/workloads.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/e2e/concurrent_write/workloads.yaml b/tests/e2e/concurrent_write/workloads.yaml index 18dfac5d0..bf5c94881 100644 --- a/tests/e2e/concurrent_write/workloads.yaml +++ b/tests/e2e/concurrent_write/workloads.yaml @@ -23,11 +23,9 @@ disk_cluster: &disk_cluster workloads: - name: "Concurrent write" binary: "tests/e2e/pytest_runner.sh" - proc: "tests/e2e/concurrent_write/test_query_modules/" args: ["concurrent_write/write.py"] <<: *in_memory_cluster - name: "Disk concurrent write" binary: "tests/e2e/pytest_runner.sh" - proc: "tests/e2e/concurrent_write/test_query_modules/" args: ["concurrent_write/write.py"] <<: *disk_cluster