Skip to content

Commit

Permalink
fix(tests/falco): run hot reload test with nodriver engine.
Browse files Browse the repository at this point in the history
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP authored and poiana committed May 9, 2024
1 parent 0b0c319 commit 50aee19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/falco/miscs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func TestFalco_Miscs_HotReload(t *testing.T) {
falco.WithConfig(hotReloadCfg),
falco.WithRules(rules.SingleRule),
falco.WithStopAfter(5*time.Second),
falco.WithArgs("-o", "engine.kind=modern_ebpf"),
falco.WithArgs("-o", "engine.kind=nodriver"),
)
assert.NoError(t, falcoRes.Err(), "%s", falcoRes.Stderr())
assert.Equal(t, 0, falcoRes.ExitCode())
Expand Down

0 comments on commit 50aee19

Please sign in to comment.