diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-09-15 12:46:21 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-09-15 12:46:21 -0700 |
commit | 7d45418b0a8d1dd2b68b63c797115607b5106dc9 (patch) | |
tree | 15b5d6cd71f400724842cc74b03ac325b8e7f61d /azure-pipelines.yml | |
parent | 67959e46f6679b8394f353f3cca82b94acbcb855 (diff) | |
download | chef-7d45418b0a8d1dd2b68b63c797115607b5106dc9.tar.gz |
Remove the Ubuntu azure pipeline test
We test this same stuff in the dokken based BK tests and this one is
failing outside of the Chef run.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d5e77904f7..68ab19bc6d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,8 +16,6 @@ jobs: - job: strategy: matrix: - ubuntu_kitchen_tests: - imageName: 'ubuntu-latest' mac_kitchen_tests: imageName: 'macos-latest' |