mirror of
https://github.com/juanfont/headscale.git
synced 2025-08-11 23:47:36 +00:00
Mark all tests to run in parallel
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:

committed by
Juan Font

parent
1d36e1775f
commit
e7f322b9b6
@@ -23,6 +23,7 @@ func IntegrationSkip(t *testing.T) {
|
||||
|
||||
func TestHeadscale(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
t.Parallel()
|
||||
|
||||
var err error
|
||||
|
||||
@@ -71,6 +72,7 @@ func TestHeadscale(t *testing.T) {
|
||||
|
||||
func TestCreateTailscale(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
t.Parallel()
|
||||
|
||||
namespace := "only-create-containers"
|
||||
|
||||
@@ -104,6 +106,7 @@ func TestCreateTailscale(t *testing.T) {
|
||||
|
||||
func TestTailscaleNodesJoiningHeadcale(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
t.Parallel()
|
||||
|
||||
var err error
|
||||
|
||||
|
Reference in New Issue
Block a user