From dc61c5b3954acffc486d95e1d914a0376a107f3b Mon Sep 17 00:00:00 2001 From: hal3e Date: Wed, 27 Sep 2023 12:07:03 +0200 Subject: [PATCH] ignore test --- packages/fuels/tests/providers.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/fuels/tests/providers.rs b/packages/fuels/tests/providers.rs index f4ae3a7a3c..53bb7b7bb8 100644 --- a/packages/fuels/tests/providers.rs +++ b/packages/fuels/tests/providers.rs @@ -63,6 +63,8 @@ async fn test_provider_launch_and_connect() -> Result<()> { } #[tokio::test] +#[ignore] +// Ignored until https://github.com/FuelLabs/fuel-core/issues/1384 is resolved async fn test_network_error() -> Result<()> { abigen!(Contract( name = "MyContract",