The dynamic resource e2e has two test in it, both are skipped (only the before each seem to be executed each time...). It would be good to understand: - what were these tests for - why they were skipped in the first place - whether we need them at all Links: [test 1](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/test/e2e/dynamic_resource_e2e_test.go#L95), [test 2](https://github.com/operator-framework/operator-lifecycle-manager/blob/master/test/e2e/dynamic_resource_e2e_test.go#L101)