Skip to content
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

integration: Remove Skip statements for Docker driver #8351

Closed
tstromberg opened this issue Jun 1, 2020 · 2 comments
Closed

integration: Remove Skip statements for Docker driver #8351

tstromberg opened this issue Jun 1, 2020 · 2 comments
Assignees
Labels
co/docker-driver Issues related to kubernetes in container kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Milestone

Comments

@tstromberg
Copy link
Contributor

tstromberg commented Jun 1, 2020

No description provided.

@tstromberg tstromberg added this to the v1.12.0-candidate milestone Jun 1, 2020
@sharifelgamal sharifelgamal added kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. co/docker-driver Issues related to kubernetes in container priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release. labels Jun 2, 2020
@priyawadhwa
Copy link

priyawadhwa commented Jun 25, 2020

It looks like these are the tests we are skipping for the docker driver on linux (from here):

TestAddons/parallel/Olm - 0s
Skipping olm test till this timeout issue is solved https://github.com/operator-framework/operator-lifecycle-manager/issues/1534#issuecomment-632342257

TestHyperKitDriverInstallOrUpdate - 0s
Skip if not darwin.

TestGvisorAddon - 0s
skipping test because --gvisor=false

TestChangeNoneUser - 0s
Only test none driver.

TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDig - 0s
DNS forwarding is supported for darwin only now, skipping test DNS forwarding

TestFunctional/parallel/TunnelCmd/serial/DNSResolutionByDscacheutil - 0s
DNS forwarding is supported for darwin only now, skipping test DNS forwarding

TestFunctional/parallel/TunnelCmd/serial/AccessThroughDNS - 0s
DNS forwarding is supported for darwin only now, skipping test DNS forwarding

The ones that seem reasonable to run on Linux/Docker for now is:

  • TestGvisorAddon

And once we have the test environment we can run TestFunctional/parallel/TunnelCmd/ on Darwin/Docker.

@medyagh medyagh modified the milestones: v1.12.0, v1.13.0-candidate Jul 8, 2020
@medyagh
Copy link
Member

medyagh commented Jul 13, 2020

this is done !

@medyagh medyagh closed this as completed Jul 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
co/docker-driver Issues related to kubernetes in container kind/failing-test Categorizes issue or PR as related to a consistently or frequently failing test. priority/important-soon Must be staffed and worked on either currently, or very soon, ideally in time for the next release.
Projects
None yet
Development

No branches or pull requests

4 participants