Skip to content

Commit 6be0a54

Browse files
author
DvirDukhan
authored
Merge branch 'master' into torchscript_extensions
2 parents 2b5fb26 + 896799d commit 6be0a54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/flow/tests_tensorflow.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -616,6 +616,10 @@ def test_tensorflow_modelrun_disconnect(env):
616616

617617
@skip_if_no_TF
618618
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
619623
con = env.getConnection()
620624
batch_size = 2
621625
minbatch_size = 2

0 commit comments

Comments
 (0)