mirror of
https://github.com/juanfont/headscale.git
synced 2025-12-17 11:32:18 +00:00
Compare commits
1 Commits
parallel-n
...
tparallel-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
68345daaa4 |
@@ -122,9 +122,8 @@ func TestPingAllByHostname(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestTaildrop(t *testing.T) { // nolint
|
||||
func TestTaildrop(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
t.Parallel() // nolint
|
||||
|
||||
retry := func(times int, sleepInverval time.Duration, doWork func() error) error {
|
||||
var err error
|
||||
|
||||
@@ -21,9 +21,8 @@ func IntegrationSkip(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestHeadscale(t *testing.T) { // nolint
|
||||
func TestHeadscale(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
t.Parallel()
|
||||
|
||||
var err error
|
||||
|
||||
@@ -70,9 +69,8 @@ func TestHeadscale(t *testing.T) { // nolint
|
||||
}
|
||||
}
|
||||
|
||||
func TestCreateTailscale(t *testing.T) { // nolint
|
||||
func TestCreateTailscale(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
t.Parallel()
|
||||
|
||||
namespace := "only-create-containers"
|
||||
|
||||
@@ -104,9 +102,8 @@ func TestCreateTailscale(t *testing.T) { // nolint
|
||||
}
|
||||
}
|
||||
|
||||
func TestTailscaleNodesJoiningHeadcale(t *testing.T) { // nolint
|
||||
func TestTailscaleNodesJoiningHeadcale(t *testing.T) {
|
||||
IntegrationSkip(t)
|
||||
t.Parallel()
|
||||
|
||||
var err error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user