Skip to content

Commit ad9e051

Browse files
committed
ci: test mdc-slider flaky tests on edge 17
1 parent d2baacc commit ad9e051

File tree

2 files changed

+1
-36
lines changed

2 files changed

+1
-36
lines changed

.circleci/config.yml

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -501,45 +501,10 @@ jobs:
501501
workflows:
502502
version: 2
503503

504-
bazel_targets:
505-
jobs:
506-
- bazel_build:
507-
filters: *ignore_presubmit_branch_filter
508-
- ivy_test:
509-
filters: *ignore_presubmit_branch_filter
510-
- api_golden_checks:
511-
filters: *ignore_presubmit_branch_filter
512-
- tests_local_browsers:
513-
filters: *ignore_presubmit_branch_filter
514-
515504
unit_tests:
516505
jobs:
517506
- tests_browserstack:
518507
filters: *ignore_presubmit_branch_filter
519-
- tests_saucelabs:
520-
filters: *ignore_presubmit_branch_filter
521-
522-
integration_tests:
523-
jobs:
524-
- e2e_tests:
525-
filters: *ignore_presubmit_branch_filter
526-
- prerender_build:
527-
filters: *ignore_presubmit_branch_filter
528-
529-
release_output:
530-
jobs:
531-
- build_release_packages:
532-
filters: *ignore_presubmit_branch_filter
533-
- publish_snapshots:
534-
filters: *publish_branches_filter
535-
requires:
536-
- build_release_packages
537-
538-
# Lint workflow. As we want to lint in one job, this is a workflow with just one job.
539-
lint:
540-
jobs:
541-
- lint:
542-
filters: *ignore_presubmit_branch_filter
543508

544509
# Snapshot tests workflow that is scheduled to run all specified jobs every hour.
545510
# This workflow runs various jobs against the Angular snapshot builds from Github.

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module.exports = config => {
8989
startTunnel: false,
9090
retryLimit: 3,
9191
timeout: 1800,
92-
video: false,
92+
video: true,
9393
},
9494

9595
browserDisconnectTolerance: 1,

0 commit comments

Comments
 (0)