-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
test: fixing build dependencies #19783
Conversation
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
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.
LGTM, but not sure about the disabled tests.
@@ -429,7 +161,7 @@ TEST_P(VhdsIntegrationTest, RdsUpdateWithoutVHDSChangesDoesNotRestartVHDS) { | |||
// - Upstream makes a request to an (now) unknown domain | |||
// - A VHDS DiscoveryResponse received containing update for the domain | |||
// - Upstream receives a 200 response | |||
TEST_P(VhdsIntegrationTest, VhdsVirtualHostAddUpdateRemove) { | |||
TEST_P(VhdsIntegrationTest, DISABLED_VhdsVirtualHostAddUpdateRemove) { |
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.
Why are tests also being disabled?
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.
whoops - I moved them over and forgot to delete them from the old test file - ditto the commented out tests
Part of envoyproxy#9953 Signed-off-by: Alyssa Wilk <alyssar@chromium.org> Signed-off-by: Josh Perry <josh.perry@mx.com>
Part of #9953