From 47b17f6c99c9a40fa4c06a14d16ffda2c7875b0f Mon Sep 17 00:00:00 2001 From: Harshit Malpani Date: Wed, 29 Sep 2021 14:37:01 +0530 Subject: [PATCH] Enable the example test for http2_request example --- examples/protocols/http2_request/example_test.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/examples/protocols/http2_request/example_test.py b/examples/protocols/http2_request/example_test.py index 322626368b..33c60115b1 100644 --- a/examples/protocols/http2_request/example_test.py +++ b/examples/protocols/http2_request/example_test.py @@ -25,10 +25,7 @@ def is_test_server_available(): # type: () -> bool return False -# Disabling the Test in CI as the leaf certificate of http2.golang.org is expired from 8 July. -# There is no timeline when the cert will be updated. -# Disabling this test till an alternative is found for testing the http2 support. -@ttfw_idf.idf_example_test(env_tag='Example_EthKitV1', ignore=True) +@ttfw_idf.idf_example_test(env_tag='Example_EthKitV1') def test_examples_protocol_http2_request(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-argument """ steps: |