From c181afe8c6920829b41273cb3566683c3beac7ef Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 2 Jun 2020 10:57:57 +0200 Subject: [PATCH] Stick to standard .skip --- test/cds.ql.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cds.ql.test.js b/test/cds.ql.test.js index 246b31b2..3ecdf19b 100644 --- a/test/cds.ql.test.js +++ b/test/cds.ql.test.js @@ -261,7 +261,7 @@ describe('cds.ql → cqn', () => { // same for works distinct }) - xtest('where ( ... cql | {x:y} )', () => { + test.skip('where ( ... cql | {x:y} )', () => { const args = [`foo`, "'bar'", 3] const ID = 11