Commit ef53c13
authored
fix(storage): Disable failing unified credentials integration test (#15547)
This commit disables the unified_credentials_integration_test on macOS due to build and test failures.
- The test target //google/cloud/storage/tests:unified_credentials_integration_test-grpc-metadata is excluded from the CI run in ci/kokoro/macos/builds/bazel.sh.
- Parts of the test file google/cloud/storage/tests/unified_credentials_integration_test.cc that were causing build failures have been commented out.
This is a temporary measure to stabilize the CI build. The work to fix and re-enable these tests is tracked in issue #15546.1 parent 426bd00 commit ef53c13
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
| 84 | + | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
88 | 90 | | |
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
95 | | - | |
| 97 | + | |
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
101 | | - | |
| 103 | + | |
102 | 104 | | |
103 | 105 | | |
104 | 106 | | |
| |||
0 commit comments