Skip to content

Commit

Permalink
fix(artifact): do not run artifact installs in parallel
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <luca@guerra.sh>
  • Loading branch information
LucaGuerra authored and poiana committed Sep 22, 2023
1 parent 9d3688a commit 62edc65
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/falcoctl/artifact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ func TestFalcoctl_Artifact_InstallPlugin(t *testing.T) {
})

t.Run("install-plugin", func(t *testing.T) {
t.Parallel()
require.Nil(t, run.WorkDir(func(sharedWorkDir string) {
res := falcoctl.Test(
tests.NewFalcoctlExecutableRunner(t),
Expand All @@ -82,7 +81,6 @@ func TestFalcoctl_Artifact_InstallPlugin(t *testing.T) {
})

t.Run("install-rules-with-deps", func(t *testing.T) {
t.Parallel()
require.Nil(t, run.WorkDir(func(sharedWorkDir string) {
res := falcoctl.Test(
tests.NewFalcoctlExecutableRunner(t),
Expand All @@ -103,7 +101,6 @@ func TestFalcoctl_Artifact_InstallPlugin(t *testing.T) {
})

t.Run("install-for-falco", func(t *testing.T) {
t.Parallel()
require.Nil(t, run.WorkDir(func(sharedWorkDir string) {
res := falcoctl.Test(
tests.NewFalcoctlExecutableRunner(t),
Expand Down

0 comments on commit 62edc65

Please sign in to comment.