From f3b212b91662a227e3fad017560ad38b50b49e2d Mon Sep 17 00:00:00 2001 From: librelois <elois@ifee.fr> Date: Mon, 25 Nov 2019 01:05:01 +0100 Subject: [PATCH] [ci] TI that need open files don't work on win64 job --- lib/modules/blockchain/blockchain/tests/revert_blocks.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/modules/blockchain/blockchain/tests/revert_blocks.rs b/lib/modules/blockchain/blockchain/tests/revert_blocks.rs index 2e5a77fd..d966a7b6 100644 --- a/lib/modules/blockchain/blockchain/tests/revert_blocks.rs +++ b/lib/modules/blockchain/blockchain/tests/revert_blocks.rs @@ -32,6 +32,7 @@ use durs_network::requests::OldNetworkRequest; use pretty_assertions::assert_eq; use std::sync::mpsc::{channel, Receiver, Sender}; +#[cfg(unix)] #[test] fn test_revert_block() { // Init test -- GitLab