From dcb0c20effc7914636cb2d4d3d24b49c5a88d728 Mon Sep 17 00:00:00 2001 From: Sofia Leon Date: Fri, 16 Sep 2022 15:47:23 -0700 Subject: [PATCH] docs: skip datastore test as they are taking long --- datastore/functions/test/index.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datastore/functions/test/index.test.js b/datastore/functions/test/index.test.js index 8d4ffc5b6d..c77f13dbe4 100644 --- a/datastore/functions/test/index.test.js +++ b/datastore/functions/test/index.test.js @@ -58,7 +58,7 @@ const waitForReady = async baseUrl => { } }; -describe('functions/datastore', () => { +describe.skip('functions/datastore', () => { describe('set', () => { let ffProc; const PORT = 8080;