test_ignore

Type: String (Pattern) | Multiple: Yes

Ignore test suites whose path relative to the test_dir matches the specified pattern. See Test Hierarchy for more details.

Also, you can override this option using the pio test --ignore command.

Pattern

Meaning

*

matches everything

?

matches any single character

[seq]

matches any character in seq

[!seq]

matches any character not in seq

Example

[env:myenv]
platform = embedded
test_ignore =
  embedded/*
  test_suite[13]