From d5de1bf853f48fc77c400fea80ed684f6bb18fb2 Mon Sep 17 00:00:00 2001
From: Daniel Campora <daniel@wipy.io>
Date: Sun, 27 Sep 2015 18:47:35 +0200
Subject: [PATCH] tests: Skip uheapq1 test if target is WiPy.

---
 tests/run-tests | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/run-tests b/tests/run-tests
index ea7493fd0..0c344b96d 100755
--- a/tests/run-tests
+++ b/tests/run-tests
@@ -199,6 +199,7 @@ def run_tests(pyb, tests, args):
             skip_tests.add('extmod/ujson_loads_float.py')   # requires floating point
             skip_tests.add('extmod/machine1.py')            # raw memory access not supported by WiPy
             skip_tests.add('extmod/machine_mem.py')         # raw memory access not supported by WiPy
+            skip_tests.add('extmod/uheapq1.py')             # uheapq not supported by WiPy
             skip_tests.add('basics/exception_chain.py')     # warning is not printed
 
     # Some tests are known to fail on 64-bit machines
-- 
GitLab