test(systemtests): Set build tag (#20268)

This commit is contained in:
Alexander Peters 2024-05-03 15:58:05 +02:00 committed by GitHub
parent 94338e516d
commit f4b534971d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,5 @@
//go:build system_test
package systemtests
import "testing"

View File

@ -1,5 +1,3 @@
//go:build system_test
package systemtests
import (