You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -235,15 +235,15 @@ To run a particular e2e test, simply pass the Grinkgo `It` string to the `--focu
235
235
For example, suppose we have the following test case: https://github.com/kubernetes/kubernetes/blob/0e2220b4462130ae8a22ed657e8979f7844e22c1/test/e2e_node/security_context_test.go#L175. We could selectthistestcase by adding the argument:
236
236
237
237
```sh
238
-
--focus="should not show its pid in the non-hostpid containers \[NodeFeature:HostAccess\]"
238
+
--focus="should not show its pid in the non-hostpid containers \[Feature:HostAccess\]"
239
239
```
240
240
241
241
## Run all tests related to a feature
242
242
243
243
In contrast, to run all node e2e tests related to the "HostAccess" feature one could run:
0 commit comments