From 12318dfc0f485065ce51ee942d21c4b97a170b5f Mon Sep 17 00:00:00 2001 From: Garrett <57802560+gmrabian@users.noreply.github.com> Date: Wed, 4 Oct 2023 10:21:08 -0400 Subject: [PATCH] skip test that was skipped before (#139478) Co-authored-by: Garrett Rabian --- tests/cypress/cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cypress/cypress.config.js b/tests/cypress/cypress.config.js index 1659c6a30..c49d5d827 100644 --- a/tests/cypress/cypress.config.js +++ b/tests/cypress/cypress.config.js @@ -21,6 +21,7 @@ module.exports = defineConfig({ baseUrl: "http://localhost:3000/", specPattern: "**/*.spec.js", supportFile: "support/index.js", + excludeSpecPattern: "**/filterReports.spec.js", async setupNodeEvents(on, config) { await preprocessor.addCucumberPreprocessorPlugin(on, config); on("file:preprocessor", browserify.default(config));