浏览代码

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