We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5841d commit 2ba41baCopy full SHA for 2ba41ba
container-structure-test.yaml
@@ -16,9 +16,11 @@ commandTests:
16
- name: "librarian version"
17
command: ["/app/librarian", "version"]
18
expectedOutput: ["\\d+\\.\\d+\\.\\d+"]
19
- - name: "docker"
20
- command: ["docker", "version"]
21
- expectedOutput: ["Docker Engine", "Version:"]
+ # temporarily disabled, tracked in
+ # https://github.com/googleapis/librarian/issues/2860
+ # - name: "docker"
22
+ # command: ["docker", "version"]
23
+ # expectedOutput: ["Docker Engine", "Version:"]
24
- name: "gcloud"
25
command: ["gcloud", "--version"]
26
expectedOutput: ["Google Cloud SDK"]
0 commit comments