We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95a532 commit ee1e0c2Copy full SHA for ee1e0c2
crates/integration_tests/tests/integrity/account_integrity.rs
@@ -238,6 +238,7 @@ async fn account_integrity_corrupted_event() -> Result<()> {
238
239
/// Test canceling an account integrity report.
240
#[tokio::test]
241
+#[cfg_attr(windows, ignore = "fails with SendError in CI")]
242
async fn account_integrity_cancel() -> Result<()> {
243
const TEST_ID: &str = "account_integrity_cancel";
244
0 commit comments