From 5db35e67ee5b0b9edc595d1ff4208ecfbf677646 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Tue, 16 Jul 2019 21:36:55 +0000 Subject: [PATCH] Fix placement of test in conformance.txt --- test/conformance/testdata/conformance.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/conformance/testdata/conformance.txt b/test/conformance/testdata/conformance.txt index c727e119ea2..afb0af76549 100644 --- a/test/conformance/testdata/conformance.txt +++ b/test/conformance/testdata/conformance.txt @@ -9,12 +9,12 @@ test/e2e/apimachinery/garbage_collector.go: "should not delete dependents that h test/e2e/apimachinery/garbage_collector.go: "should not be blocked by dependency circle" test/e2e/apimachinery/namespace.go: "should ensure that all pods are removed when a namespace is deleted" test/e2e/apimachinery/namespace.go: "should ensure that all services are removed when a namespace is deleted" +test/e2e/apimachinery/table_conversion.go: "should return a 406 for a backend which does not implement metadata" test/e2e/apimachinery/watch.go: "should observe add, update, and delete watch notifications on configmaps" test/e2e/apimachinery/watch.go: "should be able to start watching from a specific resource version" test/e2e/apimachinery/watch.go: "should be able to restart watching from the last resource version observed by the previous watch" test/e2e/apimachinery/watch.go: "should observe an object deletion if it stops meeting the requirements of the selector" test/e2e/apimachinery/watch.go: "should receive events on concurrent watches in same order" -test/e2e/apimachinery/table_conversion.go: "should return a 406 for a backend which does not implement metadata" test/e2e/apps/daemon_set.go: "should run and stop simple daemon" test/e2e/apps/daemon_set.go: "should run and stop complex daemon" test/e2e/apps/daemon_set.go: "should retry creating failed daemon pods"