@@ -68,7 +68,7 @@ jobs:
|
68 | 68 | # TODO(bcoe): fix the couple tests that fail with the inspector enabled. |
69 | 69 | # The cause is most likely coverage's use of the inspector. |
70 | 70 | - name: Test |
71 | | -run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --node-args='--test-reporter=./test/common/test-error-reporter.js' --measure-flakiness 9" || exit 0 |
| 71 | +run: NODE_V8_COVERAGE=coverage/tmp make test-cov -j4 V=1 TEST_CI_ARGS="-p dots --measure-flakiness 9" || exit 0 |
72 | 72 | - name: Report JS |
73 | 73 | run: npx c8 report --check-coverage |
74 | 74 | env: |
|