Switch from hacking buildtags to selecting tests
Signed-off-by: Kristoffer Dalby <kristoffer@tailscale.com>
This commit is contained in:
parent
32c21a05f8
commit
c6f82c3646
6 changed files with 8 additions and 18 deletions
|
@ -1,5 +1,3 @@
|
|||
//go:build integration_oidc
|
||||
|
||||
package headscale
|
||||
|
||||
import (
|
||||
|
@ -45,7 +43,7 @@ type IntegrationOIDCTestSuite struct {
|
|||
joinWaitGroup sync.WaitGroup
|
||||
}
|
||||
|
||||
func TestOIDCIntegrationTestSuite(t *testing.T) {
|
||||
func TestIntegrationOIDCTestSuite(t *testing.T) {
|
||||
saveLogs, err := GetEnvBool("HEADSCALE_INTEGRATION_SAVE_LOG")
|
||||
if err != nil {
|
||||
saveLogs = false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue