Increase size of tensorflow/python/feature_columns_integration_test

PiperOrigin-RevId: 256201061
This commit is contained in:
Mihai Maruseac 2019-07-02 11:10:04 -07:00 committed by TensorFlower Gardener
parent df5a55f3fd
commit ff67edeac1

View File

@ -1483,7 +1483,7 @@ tf_py_test(
tf_py_test(
name = "feature_columns_integration_test",
size = "small",
size = "medium",
srcs = ["engine/feature_columns_integration_test.py"],
additional_deps = [
":keras",
@ -1492,7 +1492,9 @@ tf_py_test(
"//tensorflow/python:client_testlib",
"//tensorflow/python/feature_column:feature_column_py",
],
tags = ["notsan"],
tags = [
"notsan",
],
)
tf_py_test(