File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
test/tests/components/ws-manager Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,19 @@ func TestRegularWorkspaceTasks(t *testing.T) {
46
46
Name : "pvc-init" ,
47
47
Task : gitpod.TasksItems {Init : "touch /workspace/gitpod/init-ran; exit" },
48
48
LookForFile : "init-ran" ,
49
+ FF : []wsmanapi.WorkspaceFeatureFlag {wsmanapi .WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM },
49
50
},
50
51
{
51
52
Name : "pvc-before" ,
52
53
Task : gitpod.TasksItems {Before : "touch /workspace/gitpod/before-ran; exit" },
53
54
LookForFile : "before-ran" ,
55
+ FF : []wsmanapi.WorkspaceFeatureFlag {wsmanapi .WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM },
54
56
},
55
57
{
56
58
Name : "pvc-command" ,
57
59
Task : gitpod.TasksItems {Command : "touch /workspace/gitpod/command-ran; exit" },
58
60
LookForFile : "command-ran" ,
61
+ FF : []wsmanapi.WorkspaceFeatureFlag {wsmanapi .WorkspaceFeatureFlag_PERSISTENT_VOLUME_CLAIM },
59
62
},
60
63
}
61
64
You can’t perform that action at this time.
0 commit comments