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:
David Ostrovsky
2016-11-14 08:32:55 -08:00
committed by David Ostrovsky
parent a7fa7b90ee
commit 3b6f3a8b6f
2 changed files with 2 additions and 2 deletions

View File

@@ -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'],
)

View File

@@ -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'],
)