]> granicus.if.org Git - esp-idf/commitdiff
ledc test: ignore one case.
authorhouchenyao <houchenyao@espressif.com>
Thu, 6 Sep 2018 03:55:46 +0000 (11:55 +0800)
committerhouchenyao <houchenyao@espressif.com>
Thu, 6 Sep 2018 11:43:30 +0000 (19:43 +0800)
a bug caused by pcnt. it will fail randomly caused by PCNT bug. It will open when PCNT problem is resolved

components/driver/test/test_ledc.c

index 96604ceab2d7fa03737b96527566dfc93ef52cad..4d21cd2b83e64829f7089846f8585b55b05c35f8 100644 (file)
@@ -254,7 +254,8 @@ TEST_CASE("LEDC normal channel and timer config", "[ledc][test_env=UT_T1_LEDC]")
     }
 }
 
-TEST_CASE("LEDC set and get frequency", "[ledc][test_env=UT_T1_LEDC][timeout=60]")
+// set it ignore: need to debug
+TEST_CASE("LEDC set and get frequency", "[ledc][test_env=UT_T1_LEDC][timeout=60][ignore]")
 {
     timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_0, LEDC_HIGH_SPEED_MODE);
     timer_frequency_test(LEDC_CHANNEL_0, LEDC_TIMER_13_BIT, LEDC_TIMER_1, LEDC_HIGH_SPEED_MODE);