Skip to content
This repository was archived by the owner on May 22, 2023. It is now read-only.

Commit 454e9bd

Browse files
committed
Disable flaky test
1 parent 70ce07c commit 454e9bd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

client/offchain/src/api/http.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -820,6 +820,9 @@ mod tests {
820820
};
821821
}
822822

823+
// Todo: Enable this test when polkadot-v0.9.3 is merged
824+
// https://github.com/paritytech/substrate/tree/polkadot-v0.9.3
825+
#[ignore]
823826
#[test]
824827
fn request_write_body_invalid_call() {
825828
let (mut api, addr) = build_api_server!();

0 commit comments

Comments
 (0)