summaryrefslogtreecommitdiff
path: root/lib/fatfs/host_test/.build-test-rules.yml
blob: 17714e9c87dcb1d045c492797bf88bbfa3c907a7 (plain)
1
2
3
4
5
6
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