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

This commit is contained in:
Alexander Peters
2024-05-03 13:58:05 +00:00
committed by GitHub
parent 94338e516d
commit f4b534971d
2 changed files with 2 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build system_test
package systemtests
import "testing"
-2
View File
@@ -1,5 +1,3 @@
//go:build system_test
package systemtests
import (