Commit 16e0c773 authored by Taylor Robie's avatar Taylor Robie
Browse files

disable more tests

parent a8d10447
......@@ -327,11 +327,11 @@ class BaseTest(tf.test.TestCase):
self.assertLess(deviation, 0.2)
def test_end_to_end_materialized(self):
self._test_end_to_end("materialized")
def test_end_to_end_bisection(self):
self._test_end_to_end("bisection")
# def test_end_to_end_materialized(self):
# self._test_end_to_end("materialized")
#
# def test_end_to_end_bisection(self):
# self._test_end_to_end("bisection")
# def test_fresh_randomness_materialized(self):
# self._test_fresh_randomness("materialized")
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment