Agoric / nat

Ensures that a number is within the natural numbers (0, 1, 2...) or throws a RangeError
Apache License 2.0
5 stars 4 forks source link

Post-Release Bundler Integration Tests Failing on CircleCI #43

Closed katelynsills closed 5 years ago

katelynsills commented 5 years ago

Currently, all of our post-release bundler integration tests are failing on CircleCI. I believe this is an issue with CircleCI itself (specifically, their docker executor) since these tests work both locally and with the local CircleCI command. We've filed a bug here but the issue has not yet been resolved.

In the meantime, I discovered that switching from puppeteer-core to puppeteer may solve this problem. puppeteer-core uses CircleCI's install of chromium to run, whereas puppeteer installs its own version.