From 192191d3a0a269620f5424e88f5822bcfa201dcb Mon Sep 17 00:00:00 2001 From: Ben Francis Date: Fri, 11 Aug 2023 21:12:09 +0100 Subject: [PATCH] Disable browser tests until they can be fixed --- jest.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jest.config.js b/jest.config.js index 3e07e722c..b4404644b 100644 --- a/jest.config.js +++ b/jest.config.js @@ -11,6 +11,7 @@ module.exports = { testPathIgnorePatterns: [ '/node_modules/', '/src/', + '/test/browser/', // https://github.com/WebThingsIO/gateway/issues/3007 ], transform: { '\\.js$': 'babel-jest',