This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Commit 5063dc8
fix: explicitly exclude OAuth2 tests from CI pipeline
- Add oauth2 and requires_oauth tags to CI exclusions
- Ensures CI doesn't fail when .gemini_tokens file is not present
- These tags were already in always_excluded_tags but now explicitly in CI config
This prevents any OAuth2-related test failures in CI environments where
OAuth tokens cannot be configured.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 5c9b3b4 commit 5063dc8
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
227 | 227 | | |
228 | 228 | | |
229 | 229 | | |
230 | | - | |
| 230 | + | |
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| |||
0 commit comments