From 1fd814fa460674239f8cc5c0f4f89b162f22d2b6 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Mon, 4 Dec 2023 11:52:21 +0200 Subject: [PATCH] Skip URLTestCase::GetInputStream Some of our Koji builders still have network connectivity thus the test is not ignored. Signed-off-by: David Abdurachmanov --- wxGTK.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxGTK.spec b/wxGTK.spec index 07e25e0..647217b 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -233,7 +233,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} TZ=UTC wxUSE_XVFB=1 \ ~wxTextFile::Special ~wxFileName::GetSizeSpecial ~wxFile::Special \ %endif %ifarch riscv64 - ~wxTextFile::Special ~wxFile::Special \ + ~wxTextFile::Special ~wxFile::Special ~URLTestCase::GetInputStream \ %endif ~WebRequest::SSL::Ignore LD_LIBRARY_PATH=%{buildroot}%{_libdir} wxUSE_XVFB=1 xvfb-run -a \