Skip to content

Commit

Permalink
Fix typo in the ignore list...
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng committed Aug 20, 2019
1 parent 853a631 commit 2c9cff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/grpcio_tests/commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class TestGevent(setuptools.Command):
'channelz._channelz_servicer_test.ChannelzServicerTest.test_many_subchannels_and_sockets',
'channelz._channelz_servicer_test.ChannelzServicerTest.test_streaming_rpc',
# TODO(https://github.com/grpc/grpc/issues/15411) enable this test
'unit._cython._channel_test.ChannelTest.test_negative_deadline_connectivity'
'unit._cython._channel_test.ChannelTest.test_negative_deadline_connectivity',
# TODO(https://github.com/grpc/grpc/issues/15411) enable this test
'unit._local_credentials_test.LocalCredentialsTest',
)
Expand Down

0 comments on commit 2c9cff3

Please sign in to comment.