Skip to content

Commit 01f0478

Browse files
committed
Enable tests regarding Pause/Resume
The test must have _Isolated suffix to make it work on "make integ-test". Signed-off-by: Kazuyoshi Kato <[email protected]>
1 parent 6ad2bdf commit 01f0478

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/service_integ_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2040,7 +2040,7 @@ func TestCreateVM_Isolated(t *testing.T) {
20402040
}
20412041
}
20422042

2043-
func TestPauseResume(t *testing.T) {
2043+
func TestPauseResume_Isolated(t *testing.T) {
20442044
prepareIntegTest(t)
20452045

20462046
client, err := containerd.New(containerdSockPath, containerd.WithDefaultRuntime(firecrackerRuntime))

0 commit comments

Comments
 (0)