Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions dpd-client/tests/chaos_tests/port_settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,15 @@ const OPERATION_FAILURE_RATE: f64 = 0.1;
// no meaningful consistency check to make. The important part in that case is
// we know bad state exists. What to do about that is outside the context of
// this test.
//
// NOTE
// Disabling this test due to
// - https://github.com/oxidecomputer/dendrite/issues/108
// for the time being. The implementation of the port settings endpoint has
// moved beyond it's design intent, and this test suite is no longer valid
// and is just cauing CI pain.
//
#[ignore]
#[tokio::test]
async fn test_port_settings_txn_sweep() -> anyhow::Result<()> {
let config = AsicConfig::uniform_set(TESTING_RADIX, OPERATION_FAILURE_RATE);
Expand Down