chore(tests): allow for the tests to run in parallel BE-12801 (#2231)

This commit is contained in:
andres-portainer
2026-04-07 17:38:22 -03:00
committed by GitHub
parent 30ca5e298c
commit 1298fc629e
232 changed files with 603 additions and 0 deletions
@@ -41,6 +41,7 @@ func setup(t *testing.T) (*portainer.Stack, *portainer.Endpoint) {
}
func Test_UpAndDown(t *testing.T) {
t.Parallel()
testhelpers.IntegrationTest(t)
stack, endpoint := setup(t)