소스 검색

Merge pull request #38481 from thaJeztah/run_volume_tests_remotely

Run volume-tests again remote daemons as well
Brian Goff 6 년 전
부모
커밋
5ec31380a5
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 2
      integration/volume/volume_test.go

+ 0 - 2
integration/volume/volume_test.go

@@ -20,7 +20,6 @@ import (
 )
 
 func TestVolumesCreateAndList(t *testing.T) {
-	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
 	defer setupTest(t)()
 	client := testEnv.APIClient()
 	ctx := context.Background()
@@ -76,7 +75,6 @@ func TestVolumesRemove(t *testing.T) {
 }
 
 func TestVolumesInspect(t *testing.T) {
-	skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon")
 	defer setupTest(t)()
 	client := testEnv.APIClient()
 	ctx := context.Background()