Skip to content

Commit

Permalink
tests: skip dns tests that fail on master
Browse files Browse the repository at this point in the history
  • Loading branch information
victorjulien committed Jul 12, 2024
1 parent 1d28f16 commit e5994fa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions tests/dns/task-7018-dns-ips-stream-rule/test.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
requires:
min-version: 7
lt-version: 8

args:
- -k none
pcap: ../task-7018-ids-dns-keywords/input.pcap
Expand Down
2 changes: 2 additions & 0 deletions tests/dns/task-7018-ids-dns-keywords/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ args:

requires:
min-version: 8
features:
- NEEDS_FIX

checks:
- filter:
Expand Down
2 changes: 1 addition & 1 deletion tests/dns/task-7018-ids-dns-stream-rule/test.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
requires:
min-version: 7
lt-version: 8
args:
- -k none

pcap: ../task-7018-ids-dns-keywords/input.pcap

checks:
- filter:
count: 1
Expand Down
2 changes: 2 additions & 0 deletions tests/dns/task-7018-ips-dns-keywords/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ args:

requires:
min-version: 8
features:
- NEEDS_FIX

pcap: ../task-7018-ids-dns-keywords/input.pcap

Expand Down

0 comments on commit e5994fa

Please sign in to comment.