-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove all grpc_xfail for AB#2393811 and requiring newer gRPC Device … #617
Conversation
What's left?
#527 #528 #529 #559 are still open. AB#2393824 was closed by #537. @texasaggie97 did this one xpass? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If tests\component\task\test_out_stream_write_properties.py is xpassing now, then remove its xfail marker too.
Correction: this was only fixed for LibraryInterpreter. That's why it's a grpc_xfail. And I was wrong about which bug was closed. |
…Server
What does this Pull Request accomplish?
Clean up tests to remove grpc_xfail marks that are now expected to pass.
Why should this Pull Request be merged?
More accurately show expectations regarding which tests should pass.
What testing has been done?
PR