Skip to content

Commit 896799d

Browse files
author
DvirDukhan
authored
Merge pull request #548 from RedisAI/skip_test_on_valgrind
skipped test_tensorflow_modelrun_with_batch_and_minbatch on valgrind
2 parents 34ee494 + f45b8d8 commit 896799d

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)