bazel: use 'flaky' attribute for flaky tests.

This allows to the build system to rerun failed flaky tests
automatically.

Change-Id: I0f3c810b788ac10aaf9b8af6b23bb2e3caa442bb
This commit is contained in:
Han-Wen Nienhuys
2016-11-07 16:53:04 +01:00
parent bf9489aae4
commit ba5251c3ea

View File

@@ -51,4 +51,5 @@ junit_tests(
'//lib/jgit/org.eclipse.jgit:jgit',
'//lib/jgit/org.eclipse.jgit.junit:junit',
],
flaky = 1,
)