We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df6c4f commit d5a0e18Copy full SHA for d5a0e18
1 file changed
ml_engine/online_prediction/predict_test.py
@@ -52,6 +52,10 @@ def test_predict_json_error():
52
predict_json(PROJECT, MODEL, [{"foo": "bar"}], version=VERSION)
53
54
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
59
def test_census_example_to_bytes():
60
b = census_to_example_bytes(JSON)
61
assert base64.b64encode(b) is not None
0 commit comments