tests: iterable_sections: stop excluding posix
The iterable_sections test is excluding posix. Whatever the issue was at the time this was set, the test seems to run fine on native_posix just fine now. Dropping the exclude to make this test run on native_posix. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
This commit is contained in:
parent
86e51f69af
commit
29ac5d4381
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
misc.iterable_sections:
|
||||
tags: iterable_sections
|
||||
arch_exclude: posix xtensa
|
||||
arch_exclude: xtensa
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue