mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-02-16 07:50:46 +00:00
Automatic merge from submit-queue [fluentd-gcp addon] Remove some e2e tests out of blocking suites Fixes https://github.com/kubernetes/kubernetes/issues/52433 Some Stackdriver Logging e2e tests are broken in release-blocking suites: - Due to the change in Docker 1.13, on some systems logs are automatically split by 16K chunks. This PR removes an e2e test that assumes otherwise - In large clusters, it's not possible to ingest system logs from all nodes Since it's not a Kubernetes problem per se, mitigating this by removing these tests from blocking suites.