Bazel: Temporarily disable auto-value tests
Due to Bazel 0.4.0 incompatibility with auto-value 1.4-rc1, that was recently upgraded to overcome integer overflow bug in hashCode() method reported by Bazel 0.4.0, temporarily disable auto-value test. Consider to enable it again, when this bug was fixed and new Bazel version is released. [1] https://github.com/bazelbuild/bazel/issues/2044 Change-Id: Id3d59908a2721031688645d2a3b039e227e54eca
This commit is contained in:
parent
01090f2f0d
commit
1f0b418ad3
@ -68,11 +68,13 @@ junit_tests(
|
||||
],
|
||||
)
|
||||
|
||||
junit_tests(
|
||||
name = 'auto_value_tests',
|
||||
srcs = AUTO_VALUE_TEST_SRCS,
|
||||
deps = [
|
||||
'//lib:truth',
|
||||
'//lib/auto:auto-value',
|
||||
],
|
||||
)
|
||||
# TODO(davido): Enable this test again when this bazel bug is fixed:
|
||||
# https://github.com/bazelbuild/bazel/issues/2044
|
||||
#junit_tests(
|
||||
# name = 'auto_value_tests',
|
||||
# srcs = AUTO_VALUE_TEST_SRCS,
|
||||
# deps = [
|
||||
# '//lib:truth',
|
||||
# '//lib/auto:auto-value',
|
||||
# ],
|
||||
#)
|
||||
|
Loading…
x
Reference in New Issue
Block a user