mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 10:05:19 +00:00
Fix linting issues warning incorrect t.Parallel() calls
This commit is contained in:
parent
eb072a1a74
commit
68345daaa4
@ -124,7 +124,6 @@ func TestPingAllByHostname(t *testing.T) {
|
|||||||
|
|
||||||
func TestTaildrop(t *testing.T) {
|
func TestTaildrop(t *testing.T) {
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
retry := func(times int, sleepInverval time.Duration, doWork func() error) error {
|
retry := func(times int, sleepInverval time.Duration, doWork func() error) error {
|
||||||
var err error
|
var err error
|
||||||
|
@ -23,7 +23,6 @@ func IntegrationSkip(t *testing.T) {
|
|||||||
|
|
||||||
func TestHeadscale(t *testing.T) {
|
func TestHeadscale(t *testing.T) {
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
@ -72,7 +71,6 @@ func TestHeadscale(t *testing.T) {
|
|||||||
|
|
||||||
func TestCreateTailscale(t *testing.T) {
|
func TestCreateTailscale(t *testing.T) {
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
namespace := "only-create-containers"
|
namespace := "only-create-containers"
|
||||||
|
|
||||||
@ -106,7 +104,6 @@ func TestCreateTailscale(t *testing.T) {
|
|||||||
|
|
||||||
func TestTailscaleNodesJoiningHeadcale(t *testing.T) {
|
func TestTailscaleNodesJoiningHeadcale(t *testing.T) {
|
||||||
IntegrationSkip(t)
|
IntegrationSkip(t)
|
||||||
t.Parallel()
|
|
||||||
|
|
||||||
var err error
|
var err error
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user