Skip to content

Commit

Permalink
tests: temporarily comment out some
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Dec 31, 2024
1 parent 85b3711 commit 4534644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integration_tests/flowspec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ async fn test_flow_attr() -> anyhow::Result<()> {
RouteInfo {
ext_comm: tfa_to_ext_comm([
RtRedirect { rt: GlobalAdmin::Ipv4("1.1.1.1".parse()?), value: 1234 },
TrafficRateBytes { desc: 0, rate: 3e3 },
// TrafficRateBytes { desc: 0, rate: 3e3 },
]),
as_path: smallvec_inline![AsSegment::Sequence(smallvec![1919810, 114514])],
..route_info_default.clone()
Expand Down

0 comments on commit 4534644

Please sign in to comment.