8000 Run census_example_to_bytes in Jenkins only · marcusjc/python-docs-samples@d5a0e18 · GitHub
[go: up one dir, main page]

Skip to content 65F5

Commit d5a0e18

Browse files
committed
Run census_example_to_bytes in Jenkins only
1 parent 7df6c4f commit d5a0e18

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ml_engine/online_prediction/predict_test.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ def test_predict_json_error():
5252
predict_json(PROJECT, MODEL, [{"foo": "bar"}], version=VERSION)
5353

5454

55+
# TODO(elibixby) Run on Travis when TensorFlow PyPi package supports
56+
# Ubuntu 12.04 See:
57+
# https://github.com/tensorflow/tensorflow/blob/master/tensorflow/g3doc/get_started/os_setup.md#import-error
58+
@pytest.mark.slow
5559
def test_census_example_to_bytes():
5660
b = census_to_example_bytes(JSON)
5761
assert base64.b64encode(b) is not None

0 commit comments

Comments
 (0)
0