Skip to content

Commit

Permalink
TEST COMMIT
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Henriksen <[email protected]>
  • Loading branch information
mhenriks committed Jan 10, 2024
1 parent e9319ae commit 80e0931
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions automation/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,13 @@ kubectl version

ginko_params="--test-args=--ginkgo.no-color --ginkgo.junit-report=${ARTIFACTS_PATH}/junit.functest.xml"

if [[ -n "$CDI_E2E_FOCUS" ]]; then
ginko_params="${ginko_params} --ginkgo.focus=${CDI_E2E_FOCUS}"
fi
#if [[ -n "$CDI_E2E_FOCUS" ]]; then
# ginko_params="${ginko_params} --ginkgo.focus=${CDI_E2E_FOCUS}"
#fi

if [[ -n "$CDI_E2E_SKIP" ]]; then
ginko_params="${ginko_params} --ginkgo.skip=${CDI_E2E_SKIP}"
fi
#if [[ -n "$CDI_E2E_SKIP" ]]; then
# ginko_params="${ginko_params} --ginkgo.skip=${CDI_E2E_SKIP}"
#fi

if [[ -n "$CDI_DV_GC" ]]; then
kubectl patch cdi $CDI_NAMESPACE --type merge -p '{"spec": {"config": {"dataVolumeTTLSeconds": '$CDI_DV_GC'}}}'
Expand Down
2 changes: 1 addition & 1 deletion tests/datavolume_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const (
shortTimeout = 30 * time.Second
)

var _ = Describe("[vendor:[email protected]][level:component]DataVolume tests", func() {
var _ = FDescribe("[vendor:[email protected]][level:component]DataVolume tests", func() {

var sourcePvc *v1.PersistentVolumeClaim
var targetPvc *v1.PersistentVolumeClaim
Expand Down

0 comments on commit 80e0931

Please sign in to comment.