Skip to content

Commit 19ef6a3

Browse files
author
DvirDukhan
committed
Merge branch 'torchscript_extensions' of https://github.com/RedisAI/RedisAI into torchscript_extensions
2 parents 740ceb7 + 6be0a54 commit 19ef6a3

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)