Skip to content

Commit f0dd544

Browse files
committed
uncomment more
Signed-off-by: Achal Shah <[email protected]>
1 parent 042a958 commit f0dd544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdk/python/tests/integration/e2e/test_go_feature_server.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ def grpc_client(grpc_server_port):
122122

123123

124124
@pytest.mark.integration
125-
# @pytest.mark.goserver Disabling because the go fs tests are flaking in CI. TODO(achals): uncomment after fixed.
125+
@pytest.mark.goserver
126126
def test_go_grpc_server(grpc_client):
127127
resp: GetOnlineFeaturesResponse = grpc_client.GetOnlineFeatures(
128128
GetOnlineFeaturesRequest(
@@ -148,7 +148,7 @@ def test_go_grpc_server(grpc_client):
148148

149149

150150
@pytest.mark.integration
151-
# @pytest.mark.goserver Disabling because the go fs tests are flaking in CI. TODO(achals): uncomment after fixed.
151+
@pytest.mark.goserver
152152
def test_go_http_server(http_server_port):
153153
response = requests.post(
154154
f"http://localhost:{http_server_port}/get-online-features",
@@ -186,7 +186,7 @@ def test_go_http_server(http_server_port):
186186

187187

188188
@pytest.mark.integration
189-
# @pytest.mark.goserver Disabling because the go fs tests are flaking in CI. TODO(achals): uncomment after fixed.
189+
@pytest.mark.goserver
190190
@pytest.mark.universal_offline_stores
191191
@pytest.mark.parametrize("full_feature_names", [True, False], ids=lambda v: str(v))
192192
def test_feature_logging(

0 commit comments

Comments
 (0)