Bazel: Exclude some tests that time out from the CI
Exclude two test from the ci [1]. * [1] http://ci.bazel.io/job/gerrit/BAZEL_VERSION=HEAD,PLATFORM_NAME=ubuntu_15.10-x86_64/2/console Change-Id: I1c829a588253fa0782cbcf9efed105f8166fd07e
This commit is contained in:
committed by
David Ostrovsky
parent
a7fa7b90ee
commit
3b6f3a8b6f
@@ -3,5 +3,5 @@ load('//gerrit-acceptance-tests:tests.bzl', 'acceptance_tests')
|
||||
acceptance_tests(
|
||||
group = 'api_account',
|
||||
srcs = glob(['*IT.java']),
|
||||
labels = ['api'],
|
||||
labels = ['api', 'noci'],
|
||||
)
|
||||
|
||||
@@ -3,5 +3,5 @@ load('//gerrit-acceptance-tests:tests.bzl', 'acceptance_tests')
|
||||
acceptance_tests(
|
||||
group = 'api_change',
|
||||
srcs = glob(['*IT.java']),
|
||||
labels = ['api'],
|
||||
labels = ['api', 'noci'],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user