Merge branch 'bugfix/fix_typo_naming_of_flash_multi' into 'master'

ci: fix typos tag naming of all flash_multi

See merge request espressif/esp-idf!22181
This commit is contained in:
Jiang Guang Ming
2023-02-01 23:46:34 +08:00
4 changed files with 7 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ def test_master_single_dev(case_tester) -> None: # type: ignore
# Job for test_env `external_flash` just for esp32 only
@pytest.mark.esp32
@pytest.mark.flash_mutli
@pytest.mark.flash_multi
@pytest.mark.parametrize('config', ['defaults',], indirect=True)
def test_master_esp_flash(case_tester) -> None: # type: ignore
for case in case_tester.test_menu: