Skip to content

Commit

Permalink
perf: disable Best on IE11 (#698)
Browse files Browse the repository at this point in the history
## Details
Temporarily disabling Best Agent for IE11
  • Loading branch information
diervo authored Oct 2, 2018
1 parent 6d81d7a commit bba0480
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ workflows:
- perf_and_compare_chrome:
requires:
- build_and_test

- perf_and_compare_ie11:
requires:
- build_and_test
# uncomment this when IE11 agent stabilizes
# - perf_and_compare_ie11:
# requires:
# - build_and_test

0 comments on commit bba0480

Please sign in to comment.