We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since about a week ago, the test-jasmine CI test container has been failing roughly (my estimate) 1 out of two runs. Of those failure most are due to
test-jasmine
retry npm run test-jasmine -- --tags=flaky --skip-tags=noCI
We should try to find a solution.
into a new test container (named test-jasmine3)
test-jasmine3
shard_jasmine_tests.js
@gl
plotly.js/.circleci/test.sh
Lines 57 to 61 in 4b21575
to split off the @flaky tests into multiple runs.
@flaky
@antoinerg @archmoj wanna give this a shot?
The text was updated successfully, but these errors were encountered:
archmoj
No branches or pull requests
Since about a week ago, the
test-jasmine
CI test container has been failing roughly (my estimate) 1 out of two runs. Of those failure most are due toWe should try to find a solution.
Potential solutions
into a new test container (named
test-jasmine3
)shard_jasmine_tests.js
util as in our@gl
tests:plotly.js/.circleci/test.sh
Lines 57 to 61 in 4b21575
to split off the
@flaky
tests into multiple runs.@antoinerg @archmoj wanna give this a shot?
The text was updated successfully, but these errors were encountered: