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:
@@ -51,4 +51,5 @@ junit_tests(
|
||||
'//lib/jgit/org.eclipse.jgit:jgit',
|
||||
'//lib/jgit/org.eclipse.jgit.junit:junit',
|
||||
],
|
||||
flaky = 1,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user