Disable Testcontainers tests for CI build
This commit is contained in:
parent
178f0a4956
commit
35bd5e920d
@ -1,4 +1,6 @@
|
||||
using System;
|
||||
// Do not include in the Release build for AppVeyor due to the Docker requirement
|
||||
#if DEBUG
|
||||
using System;
|
||||
using System.Threading.Tasks;
|
||||
using Docker.DotNet;
|
||||
using Docker.DotNet.Models;
|
||||
@ -77,3 +79,4 @@ namespace Tapeti.Tests.Client
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
@ -1,4 +1,6 @@
|
||||
using System.Threading;
|
||||
// Do not include in the Release build for AppVeyor due to the Docker requirement
|
||||
#if DEBUG
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using FluentAssertions;
|
||||
using Tapeti.Connection;
|
||||
@ -73,3 +75,4 @@ namespace Tapeti.Tests.Client
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user