Skip to content

Commit

Permalink
output: Permit output tests for failure case
Browse files Browse the repository at this point in the history
Remove the restriction for bug-5198. The test case uses discretionary
access control to mediate access to the output log directory. Thus, skip
the test when running as root.

Issue: 7447
  • Loading branch information
jlucovsky authored and victorjulien committed Jan 4, 2025
1 parent 64e6515 commit 4a811bd
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions tests/bug-5198/test.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
pcap: ../eve-flow-vlan/input.pcap

requires:
min-version: 7
features:
- FIX_FOR_BUG_5836
min-version: 8

skip:
- uid: 0
msg: "Test requires non-root user"

setup:
# Create a log directory without write permission
Expand Down

0 comments on commit 4a811bd

Please sign in to comment.