Skip to content

Commit 6876bf0

Browse files
jentingroboquat
authored andcommitted
Add workspace integration test TestMissingBackup pvc part back
Signed-off-by: JenTing Hsiao <[email protected]>
1 parent d74402f commit 6876bf0

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/tests/components/ws-manager/content_test.go

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,6 @@ func TestMissingBackup(t *testing.T) {
188188
{Name: "pvc", FF: []wsapi.WorkspaceFeatureFlag{wsapi.WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM}},
189189
}
190190
for _, test := range tests {
191-
if test.Name == "pvc" {
192-
// TODO(jenting): temporary skip the pvc test to make the integration test pass
193-
// We should add this integration test back once these issues be fixed
194-
// https://github.com/gitpod-io/gitpod/pull/9475
195-
// https://github.com/gitpod-io/gitpod/issues/10017
196-
t.Skip("temporary skip the pvc test")
197-
}
198-
199191
t.Run(test.Name+"_backup_init", func(t *testing.T) {
200192
testws, err := integration.LaunchWorkspaceDirectly(ctx, api, integration.WithRequestModifier(func(w *wsapi.StartWorkspaceRequest) error {
201193
w.ServicePrefix = ws.Req.ServicePrefix

0 commit comments

Comments
 (0)