Run windows parallel integration test as short

This prevents tests which spawn daemons from running at
the same time as the first integration test.

Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
Derek McGowan
2021-12-08 14:59:32 -08:00
parent 807213fd32
commit 2c96d5b067
3 changed files with 11 additions and 1 deletions

View File

@@ -140,7 +140,7 @@ func TestImport(t *testing.T) {
ctx, cancel := testContext(t)
defer cancel()
client, err := New(address)
client, err := newClient(t, address)
if err != nil {
t.Fatal(err)
}