summaryrefslogtreecommitdiff
path: root/lib/fatfs/host_test/.build-test-rules.yml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fatfs/host_test/.build-test-rules.yml')
-rw-r--r--lib/fatfs/host_test/.build-test-rules.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/fatfs/host_test/.build-test-rules.yml b/lib/fatfs/host_test/.build-test-rules.yml
new file mode 100644
index 00000000..17714e9c
--- /dev/null
+++ b/lib/fatfs/host_test/.build-test-rules.yml
@@ -0,0 +1,7 @@
+components/fatfs/host_test:
+ enable:
+ - if: IDF_TARGET == "linux"
+ disable_test:
+ - if: IDF_TARGET == "esp32p4"
+ temporary: true
+ reason: test not pass, should be re-enable # TODO: IDF-8980