diff options
author | Tim Smith <tsmith@chef.io> | 2020-05-22 11:26:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-22 11:26:21 -0700 |
commit | 724d7709c6ee8dcee91f2cb0081c9e235b1e842f (patch) | |
tree | 8cdbb214a7c0d528375426a08337f1e56fdc6491 | |
parent | c6666085f6a47bcb1b32446750760d6170927608 (diff) | |
parent | b307749bf801222282400389b320c60d876a4c66 (diff) | |
download | chef-724d7709c6ee8dcee91f2cb0081c9e235b1e842f.tar.gz |
Merge pull request #9908 from chef/csnapp/win_single_use_func_test
Windows functional test should be single-use
-rw-r--r-- | .expeditor/verify_public.pipeline.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.expeditor/verify_public.pipeline.yml b/.expeditor/verify_public.pipeline.yml index afeccf4311..50c3ea340a 100644 --- a/.expeditor/verify_public.pipeline.yml +++ b/.expeditor/verify_public.pipeline.yml @@ -199,6 +199,7 @@ steps: executor: windows: privileged: true + single-use: true shell: ["powershell", "-Command"] - label: "Integration Windows :ruby: 2.7" |