We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42382da commit 7ef1d34Copy full SHA for 7ef1d34
test-basic/documents-data-movement-rows-queryAll.js
@@ -36,7 +36,7 @@ let uris = new Set();
36
let result = [];
37
const planFromBuilderTemplate = p.fromView('soccer', 'matches', '');
38
39
-describe('data movement rows-queryAll', function() {
+describe.skip('data movement rows-queryAll', function() {
40
this.timeout(15000);
41
before(function(done){
42
const view = [
0 commit comments