Skip to content

Commit 46b24c7

Browse files
committed
Exempting browser load test from coverage
1 parent ba54119 commit 46b24c7

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.buildkite/pipeline.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ steps:
4141
- echo "--- Install dependencies"
4242
- yarn install --immutable
4343
- yarn run -T browser exec make ci
44-
- find . -name "coverage-*.json"
45-
- echo $PWD
4644
plugins:
4745
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
4846
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"
@@ -104,8 +102,6 @@ steps:
104102
- yarn run -T core lint
105103
- yarn run -T core test
106104
- yarn turbo run --filter=core-integration-tests lint
107-
- find . -name "coverage-*.json"
108-
- echo $PWD
109105
plugins:
110106
- ssh://[email protected]/segmentio/cache-buildkite-plugin#v2.0.0:
111107
key: "v1.1-cache-dev-{{ checksum 'yarn.lock' }}"

packages/browser/e2e-tests/performance/ajs-perf-browser.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ describe('Performance', () => {
5353
await analyticsStub.browserPage.close()
5454
}, 50000)
5555

56+
/* istanbul ignore next */
5657
it('loads ajs in a browser', async () => {
5758
const analyticsStub = await tester(
5859
TEST_WRITEKEY,

0 commit comments

Comments
 (0)