diff --git a/test/e2e/framework/todo/README.md b/test/e2e/framework/todo/README.md new file mode 100644 index 00000000000..868c5f1df29 --- /dev/null +++ b/test/e2e/framework/todo/README.md @@ -0,0 +1,7 @@ +This directory holds sub packages which, in contrast to other sub packages +under test/e2e/framework, may use test/e2e/framework because that is not +depending on them. + +This is an interim solution for moving code without causing cycling +dependencies. All code will be moved from here into the normal sub packages +when the refactoring is done.