Skip to content

Only run flakey tests on release

Eric Eastwood requested to merge 2062-only-run-flakey-tests-on-release into develop

Only run flakey tests on release

Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/2062

We don't want to get rid of these tests because they test our integration with GitHub/GitLab end to end. But because these rely on an external API outside of our control, they sometimes fail.


gulpfile-test.js

testModules.asdf = {
  files: [path.join('modules', 'github', 'test', 'github-issue-service-test.js')],
  isCritical: true
};

Continuation of

Edited by Eric Eastwood

Merge request reports