Skip to content

Commit

Permalink
Ignore flaky test in P4Testgen eBPF back end. (#4224)
Browse files Browse the repository at this point in the history
  • Loading branch information
fruffy committed Nov 5, 2023
1 parent 2dca845 commit 61990d2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ list(REMOVE_ITEM P4C_EBPF_TEST_SUITES_P416
# ebpf_checksum_extern and ebpf_conntrack_extern need a custom extern argument to work.
"${P4C_SOURCE_DIR}/testdata/p4_16_samples/ebpf_checksum_extern.p4"
"${P4C_SOURCE_DIR}/testdata/p4_16_samples/ebpf_conntrack_extern.p4"
# This test is currently flaky in CI. Could be because of a kernel change.
"${P4C_SOURCE_DIR}/testdata/p4_16_samples/calc-ebpf.p4"
)
# ##################################################################################################
# TEST SUITES
Expand Down

0 comments on commit 61990d2

Please sign in to comment.