We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a191e32 commit 242dbd9Copy full SHA for 242dbd9
tests/flow/tests_tensorflow.py
@@ -616,6 +616,10 @@ def test_tensorflow_modelrun_disconnect(env):
616
617
@skip_if_no_TF
618
def test_tensorflow_modelrun_with_batch_and_minbatch(env):
619
+ if VALGRIND:
620
+ env.debugPrint("skipping {} since VALGRIND=1".format(
621
+ sys._getframe().f_code.co_name), force=True)
622
+ return
623
con = env.getConnection()
624
batch_size = 2
625
minbatch_size = 2
0 commit comments