File tree Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Expand file tree Collapse file tree 1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -1884,17 +1884,6 @@ jobs:
18841884 repo : cypress-example-todomvc
18851885 browser : firefox
18861886
1887- " test-binary-against-documentation-firefox " :
1888- << : *defaults
1889- resource_class : medium
1890- steps :
1891- - test-binary-against-repo :
1892- repo : cypress-documentation
1893- browser : firefox
1894- command : " yarn cypress run"
1895- wait-on : http://localhost:3000
1896- server-start-command : yarn serve:dist
1897-
18981887 " test-binary-against-conduit-chrome " :
18991888 << : *defaults
19001889 resource_class : medium
@@ -2233,16 +2222,16 @@ linux-workflow: &linux-workflow
22332222
22342223 - test-binary-against-kitchensink-chrome :
22352224 << : *onlyMainBranches
2236- - test-binary-against-conduit-chrome :
2237- << : *onlyMainBranches
2225+ # Re-enable when the cypress-example-conduit-app project is fixed.
2226+ # https://github.com/cypress-io/cypress-example-conduit-app/issues/346
2227+ # - test-binary-against-conduit-chrome:
2228+ # <<: *onlyMainBranches
22382229 - test-binary-against-recipes-firefox :
22392230 << : *onlyMainBranches
22402231 - test-binary-against-kitchensink-firefox :
22412232 << : *onlyMainBranches
22422233 - test-binary-against-todomvc-firefox :
22432234 << : *onlyMainBranches
2244- - test-binary-against-documentation-firefox :
2245- << : *onlyMainBranches
22462235 - test-binary-against-api-testing-firefox :
22472236 << : *onlyMainBranches
22482237 - test-binary-against-piechopper-firefox :
You can’t perform that action at this time.
0 commit comments