Skip to content

Commit

Permalink
test: disable PVC integration test
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
jenting authored and roboquat committed Nov 24, 2022
1 parent 6dc123f commit e363984
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test/tests/workspace/contexts_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ func runContextTests(t *testing.T, tests []ContextTest) {
FF string
}{
{Name: "classic"},
{Name: "pvc", FF: "persistent_volume_claim"},
// {Name: "pvc", FF: "persistent_volume_claim"},
}

for _, ff := range ffs {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/workspace/git_hooks_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func TestGitHooks(t *testing.T) {
FF string
}{
{Name: "classic"},
{Name: "pvc", FF: "persistent_volume_claim"},
// {Name: "pvc", FF: "persistent_volume_claim"},
}

for _, ff := range ffs {
Expand Down
2 changes: 1 addition & 1 deletion test/tests/workspace/git_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func TestGitActions(t *testing.T) {
FF string
}{
{Name: "classic"},
{Name: "pvc", FF: "persistent_volume_claim"},
// {Name: "pvc", FF: "persistent_volume_claim"},
}

for _, ff := range ffs {
Expand Down

0 comments on commit e363984

Please sign in to comment.