Skip to content

Commit

Permalink
GH-35: Exclude Chromium from browser test runs.
Browse files Browse the repository at this point in the history
  • Loading branch information
the-t-in-rtf committed Feb 15, 2021
1 parent 0d2771a commit fe349bf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/testem.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,12 @@ var testemComponent = fluid.testem.instrumentation({
"Firefox": [
"--no-remote",
"--headless"
],
// Required to get Chromium working on GitHub CI.
"Chromium": "{that}.options.browserArgs.Chrome"
]
},
testemOptions: {
// Disable Headless Chrome we can figure out a solution to this issue: https://issues.fluid.net/browse/fluid-4064
// Running Testem with the HEADLESS environment variable still works, and still runs headless.
skip: "PhantomJS,Safari,IE,Headless Chrome"
skip: "PhantomJS,Safari,IE,Headless Chrome,Chromium"
},
components: {
express: {
Expand Down

0 comments on commit fe349bf

Please sign in to comment.