Skip to content

Commit

Permalink
chore: Disable test that hangs in CI Windows agents
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Apr 9, 2024
1 parent b50488d commit f5b6ad9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/basic_values_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ use pact_protobuf_plugin::message_decoder::ProtobufFieldData::{Boolean, Double,
use pact_protobuf_plugin::utils::{find_message_type_by_name, get_descriptors_for_interaction, lookup_interaction_config};

#[test_log::test(tokio::test(flavor = "multi_thread"))]
#[cfg_attr(target_os = "windows", ignore)] // This test currently hangs on Windows CI
async fn basic_values_test() {
let mut pact_builder = PactBuilderAsync::new_v4("basic_values", "protobuf-plugin");
pact_builder
Expand Down

0 comments on commit f5b6ad9

Please sign in to comment.