Skip to content

Commit

Permalink
Disable inconsistent concurrent test
Browse files Browse the repository at this point in the history
  • Loading branch information
crystalin authored Sep 2, 2021
1 parent f0c775b commit 0ac9ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests/test-trace-concurrency.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 0ac9ee6

Please sign in to comment.