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;