Skip to content

Commit

Permalink
tests: disable perf-diagnostics-third-party for FR (#14092)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamraine authored and pull[bot] committed Aug 16, 2022
1 parent fd0f45b commit 1631433
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/package-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
- run: yarn build-report
- run: sudo apt-get install xvfb

- run: xvfb-run --auto-servernum bash $GITHUB_WORKSPACE/lighthouse-core/scripts/release/package-test.sh --fraggle-rock
# Disabled to fix CI while we investigate what the bug is.
# perf-diagnostics-third-party
- run: xvfb-run --auto-servernum bash $GITHUB_WORKSPACE/lighthouse-core/scripts/release/package-test.sh --fraggle-rock --invert-match perf-diagnostics-third-party

# Fail if any changes were written to source files.
- run: git diff --exit-code
8 changes: 6 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ jobs:

- run: sudo apt-get install xvfb
- name: yarn smoke --fraggle-rock
run: xvfb-run --auto-servernum yarn smoke --debug --fraggle-rock -j=2 --retries=2 --shard=${{ matrix.smoke-test-shard }}/$SHARD_TOTAL
# Disabled to fix CI while we investigate what the bug is.
# perf-diagnostics-third-party
run: xvfb-run --auto-servernum yarn smoke --debug --fraggle-rock -j=2 --retries=2 --shard=${{ matrix.smoke-test-shard }}/$SHARD_TOTAL --invert-match perf-diagnostics-third-party

# Fail if any changes were written to source files.
- run: git diff --exit-code
Expand Down Expand Up @@ -217,7 +219,9 @@ jobs:

- run: sudo apt-get install xvfb
- name: yarn test-bundle
run: xvfb-run --auto-servernum yarn test-bundle --fraggle-rock --shard=${{ matrix.smoke-test-shard }}/$SHARD_TOTAL
# Disabled to fix CI while we investigate what the bug is.
# perf-diagnostics-third-party
run: xvfb-run --auto-servernum yarn test-bundle --fraggle-rock --shard=${{ matrix.smoke-test-shard }}/$SHARD_TOTAL --invert-match perf-diagnostics-third-party

# Fail if any changes were written to source files.
- run: git diff --exit-code
Expand Down

0 comments on commit 1631433

Please sign in to comment.