Skip to content

Commit

Permalink
Run pfbExport tests for cdis-manifest (#1028)
Browse files Browse the repository at this point in the history
We should run pfbExport tests in nightly builds but the test run conditions prevent it, so added an extra condition
  • Loading branch information
haraprasadj authored Feb 12, 2024
1 parent 77fb8d6 commit 1a39718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ elif ! (g3kubectl get pods --no-headers -l app=hatchery | grep hatchery) > /dev/
donot '@exportToWorkspacePortalHatchery'
fi

if [[ "$service" != "pelican" || "$service" != "tube" ]]; then
if [[ "$service" != "pelican" || "$service" != "tube" || "$service" != "cdis-manifest" ]]; then
donot '@pfbExport'
fi

Expand Down

0 comments on commit 1a39718

Please sign in to comment.