From 6a7e15d0198e0573f161bc558bedee8a582cc9be Mon Sep 17 00:00:00 2001 From: Aditya Patwardhan Date: Mon, 12 Jul 2021 17:47:21 +0530 Subject: [PATCH] Disable the example test for http2 request example. As the certificate for http2.golang.org has expired. It will be enabled once the cert is updated or an alternative has been found. --- examples/protocols/http2_request/example_test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/examples/protocols/http2_request/example_test.py b/examples/protocols/http2_request/example_test.py index c97d7f7f8e..4aa223b630 100644 --- a/examples/protocols/http2_request/example_test.py +++ b/examples/protocols/http2_request/example_test.py @@ -36,7 +36,10 @@ def is_test_server_available(): # type: () -> bool return False -@ttfw_idf.idf_example_test(env_tag='Example_EthKitV1') +# 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) def test_examples_protocol_http2_request(env, extra_data): # type: (tiny_test_fw.Env.Env, None) -> None # pylint: disable=unused-argument """ steps: |