Skip to content

Commit

Permalink
Exempting browser load test from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelGHSeg committed Dec 5, 2024
1 parent ba54119 commit 46b24c7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ steps:
- echo "--- Install dependencies"
- yarn install --immutable
- yarn run -T browser exec make ci
- find . -name "coverage-*.json"
- echo $PWD
plugins:
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Expand Down Expand Up @@ -104,8 +102,6 @@ steps:
- yarn run -T core lint
- yarn run -T core test
- yarn turbo run --filter=core-integration-tests lint
- find . -name "coverage-*.json"
- echo $PWD
plugins:
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ describe('Performance', () => {
await analyticsStub.browserPage.close()
}, 50000)

/* istanbul ignore next */
it('loads ajs in a browser', async () => {
const analyticsStub = await tester(
TEST_WRITEKEY,
Expand Down

0 comments on commit 46b24c7

Please sign in to comment.