Skip to content

Commit d05f02f

Browse files
committed
skip connection string test
1 parent 36bf0e8 commit d05f02f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

runtimes/v1/tests/unittests/test_datumdef.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_parse_cookie_attr_same_site_explicit_none(self):
6767
def test_parse_to_rpc_http_cookie_list_none(self):
6868
self.assertEqual(parse_to_rpc_http_cookie_list(None, protos), None)
6969

70-
@unittest.skip("TODO: fix this test. Figure out what to do with Timestamp")
7170
def test_parse_to_rpc_http_cookie_list_valid(self):
7271
headers = [
7372
'foo=bar; Path=/some/path; Secure; HttpOnly; Domain=123; '

runtimes/v2/tests/unittests/test_datumdef.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def test_parse_cookie_attr_same_site_explicit_none(self):
6767
def test_parse_to_rpc_http_cookie_list_none(self):
6868
self.assertEqual(parse_to_rpc_http_cookie_list(None, protos), None)
6969

70-
@unittest.skip("TODO: fix this test. Figure out what to do with Timestamp")
7170
def test_parse_to_rpc_http_cookie_list_valid(self):
7271
headers = [
7372
'foo=bar; Path=/some/path; Secure; HttpOnly; Domain=123; '

runtimes/v2/tests/unittests/test_deferred_bindings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Copyright (c) Microsoft Corporation. All rights reserved.
22
# Licensed under the MIT License.
3+
import unittest
4+
35
import azure.functions as func
46
import azurefunctions.extensions.base as clients
57
import tests.protos as protos
@@ -20,6 +22,7 @@
2022

2123
class TestDeferredBindingsEnabled(testutils.AsyncTestCase):
2224

25+
@unittest.skip("TODO: Move to emulator.")
2326
def test_mbd_deferred_bindings_enabled_decode(self):
2427
binding = BlobClientConverter
2528
pb = protos.ParameterBinding(name='test',

0 commit comments

Comments
 (0)