Skip to content

Commit 2fae706

Browse files
authored
deactivate merlin repo integration tests for merlin-tensorflow container (#1061)
1 parent 7791a38 commit 2fae706

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci/container_integration.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ exit_code=0
1212

1313
## Test Merlin
1414
echo "Run integration tests for Merlin"
15-
/Merlin/ci/test_integration.sh $container $devices || exit_code=1
15+
if [ "$container" != "merlin-tensorflow" ]; then
16+
/Merlin/ci/test_integration.sh $container $devices || exit_code=1
17+
fi
1618

1719
# Test NVTabular
1820
## Not shared storage in blossom yet, inference testing cannot be run

0 commit comments

Comments
 (0)