80-test_cms.t: Disable new tests for binary input in Windows
authorDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 19 May 2021 13:03:15 +0000 (15:03 +0200)
committerDr. David von Oheimb <David.von.Oheimb@siemens.com>
Wed, 19 May 2021 13:03:30 +0000 (15:03 +0200)
This is a quick workaround for #15347.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15351)

test/recipes/80-test_cms.t

index 0e20b807c89477afa6373bb048de1f0a71feaf3f..7896bc9b1228b22b53cc3d1c66b823950b69cc4f 100644 (file)
@@ -818,6 +818,7 @@ subtest "CMS binary input tests\n" => sub {
     my $cert = srctop_file("test", "certs", "ee-self-signed.pem");
     my $key = srctop_file("test", "certs", "ee-key.pem");
 
+    plan skip_all => "Binary input tests currently disabled on Windows" if $^O =~ /^MSWin32$/;
     plan tests => 11;
 
     ok(run(app(["openssl", "cms", "-sign", "-md", "sha256",