Skip to content

Commit

Permalink
deactivate merlin repo integration tests for merlin-tensorflow contai…
Browse files Browse the repository at this point in the history
…ner (#1061)
  • Loading branch information
jperez999 authored Aug 24, 2023
1 parent 7791a38 commit 2fae706
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/container_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ exit_code=0

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

# Test NVTabular
## Not shared storage in blossom yet, inference testing cannot be run
Expand Down

0 comments on commit 2fae706

Please sign in to comment.