Browse Source

xtensa: disable hanging mmap2 test on noMMU

Waldemar Brodkorb 8 months ago
parent
commit
24d21cfbcd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      test/mmap/Makefile.in

+ 4 - 0
test/mmap/Makefile.in

@@ -4,3 +4,7 @@
 ifeq ($(TARGET_ARCH),arm)
 TESTS_DISABLED := mmap2
 endif
+
+ifeq ($(TARGET_ARCH),xtensa)
+TESTS_DISABLED := mmap2
+endif