Skip to content

Commit

Permalink
Unblock RH cypress hosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyperkid123 committed Nov 7, 2023
1 parent 494be91 commit 7d91d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default defineConfig({
},
},
e2e: {
blockHosts: ['static.redhat.com', 'consent.trustarc.com', 'www.redhat.com/en/cms/ajax/site-switcher'],
blockHosts: ['consent.trustarc.com'],
baseUrl: 'https://stage.foo.redhat.com:1337/beta',
env: {
E2E_USER: process.env.E2E_USER,
Expand Down

0 comments on commit 7d91d65

Please sign in to comment.