From 0ac9ee643b762ed8c1a7ca945821dcb10eb82578 Mon Sep 17 00:00:00 2001 From: Alan Sapede Date: Thu, 2 Sep 2021 10:22:58 -0400 Subject: [PATCH] Disable inconsistent concurrent test --- tests/tests/test-trace-concurrency.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests/test-trace-concurrency.ts b/tests/tests/test-trace-concurrency.ts index 7a62acc604..37169e1fca 100644 --- a/tests/tests/test-trace-concurrency.ts +++ b/tests/tests/test-trace-concurrency.ts @@ -23,7 +23,7 @@ describeDevMoonbeam("Trace filter - Concurrency", (context) => { // This test is based on the time needed for trace_filter to perform those actions. // It will start a slow query (taking 1s) and will try to execute a fast one after to see if it // goes through or wait for the first one to finish - it("should allow concurrent execution", async function () { + it.skip("should allow concurrent execution", async function () { this.timeout(10000); const queryRange = async (range, index) => { const start = Date.now();