Skip to content

Commit e363984

Browse files
jentingroboquat
authored andcommitted
test: disable PVC integration test
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent 6dc123f commit e363984

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/tests/workspace/contexts_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func runContextTests(t *testing.T, tests []ContextTest) {
114114
FF string
115115
}{
116116
{Name: "classic"},
117-
{Name: "pvc", FF: "persistent_volume_claim"},
117+
// {Name: "pvc", FF: "persistent_volume_claim"},
118118
}
119119

120120
for _, ff := range ffs {

test/tests/workspace/git_hooks_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func TestGitHooks(t *testing.T) {
4848
FF string
4949
}{
5050
{Name: "classic"},
51-
{Name: "pvc", FF: "persistent_volume_claim"},
51+
// {Name: "pvc", FF: "persistent_volume_claim"},
5252
}
5353

5454
for _, ff := range ffs {

test/tests/workspace/git_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ func TestGitActions(t *testing.T) {
136136
FF string
137137
}{
138138
{Name: "classic"},
139-
{Name: "pvc", FF: "persistent_volume_claim"},
139+
// {Name: "pvc", FF: "persistent_volume_claim"},
140140
}
141141

142142
for _, ff := range ffs {

0 commit comments

Comments
 (0)