Run volume-tests again remote daemons as well
| ... | ... |
@@ -20,7 +20,6 @@ import ( |
| 20 | 20 |
) |
| 21 | 21 |
|
| 22 | 22 |
func TestVolumesCreateAndList(t *testing.T) {
|
| 23 |
- skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") |
|
| 24 | 23 |
defer setupTest(t)() |
| 25 | 24 |
client := testEnv.APIClient() |
| 26 | 25 |
ctx := context.Background() |
| ... | ... |
@@ -76,7 +75,6 @@ func TestVolumesRemove(t *testing.T) {
|
| 76 | 76 |
} |
| 77 | 77 |
|
| 78 | 78 |
func TestVolumesInspect(t *testing.T) {
|
| 79 |
- skip.If(t, testEnv.IsRemoteDaemon, "cannot run daemon when remote daemon") |
|
| 80 | 79 |
defer setupTest(t)() |
| 81 | 80 |
client := testEnv.APIClient() |
| 82 | 81 |
ctx := context.Background() |