Skip to content

Commit 416eba1

Browse files
committed
Disable final remaining goserver test
Signed-off-by: Felix Wang <wangfelix98@gmail.com>
1 parent 7d344b7 commit 416eba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
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
125+
# @pytest.mark.goserver Disabling because the go fs tests are flaking in CI. TODO(achals): uncomment after fixed.
126126
def test_go_grpc_server(grpc_client):
127127
resp: GetOnlineFeaturesResponse = grpc_client.GetOnlineFeatures(
128128
GetOnlineFeaturesRequest(

0 commit comments

Comments
 (0)