From fe92a1bf787076b29166b097c4172166560becc0 Mon Sep 17 00:00:00 2001 From: Sam Clegg Date: Tue, 20 Feb 2024 14:06:58 -0800 Subject: [PATCH] Feedback from #21380 I accidentally hit submit before applying this change. --- test/test_other.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_other.py b/test/test_other.py index 1642ebe9215e..3161149b9125 100644 --- a/test/test_other.py +++ b/test/test_other.py @@ -2388,7 +2388,6 @@ def test_freetype(self): self.do_runf('freetype_test.c', expectedOutput, emcc_args=['--use-port=freetype', '--embed-file', 'LiberationSansBold.ttf']) - @requires_network @requires_network def test_freetype_with_pthreads(self): # Verify that freetype supports compilation requiring pthreads