Merge pull request #4708 from kzys/enable-criu

Re-enable CRIU tests by not using overlayfs snapshotter
This commit is contained in:
Michael Crosby
2021-03-19 14:23:05 -04:00
committed by GitHub
5 changed files with 47 additions and 7 deletions

View File

@@ -49,7 +49,7 @@ func NewContainer(ctx context.Context, platform stdio.Platform, r *task.CreateTa
}
var opts options.Options
if r.Options != nil {
if r.Options != nil && r.Options.GetTypeUrl() != "" {
v, err := typeurl.UnmarshalAny(r.Options)
if err != nil {
return nil, err