## Summary
- Added `@Tags(['nightly'])` library annotation to `test/backend/chaos_monkey_test.dart` so it is tagged as a nightly-only test
- Added `--exclude-tags=nightly` to `TestBackend` in `ci/main.go` so `flutter test test/backend` no longer picks up the chaos monkey test on regular PR pushes
- Added `--tags=nightly` to `ChaosMonkeyBackend` in `ci/main.go` so the nightly workflow still executes it
Closes #505
## Test plan
- [ ] `TestBackend` Dagger function no longer runs `chaos_monkey_test.dart` (the test is skipped via tag exclusion)
- [ ] `ChaosMonkeyBackend` Dagger function still runs `chaos_monkey_test.dart` (targeted by `--tags=nightly`)
- [ ] Nightly `chaos-monkey.yml` schedule continues to work end-to-end
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
@Tags(['nightly'])library annotation totest/backend/chaos_monkey_test.dartso it is tagged as a nightly-only test--exclude-tags=nightlytoTestBackendinci/main.gosoflutter test test/backendno longer picks up the chaos monkey test on regular PR pushes--tags=nightlytoChaosMonkeyBackendinci/main.goso the nightly workflow still executes itCloses #505
Test plan
TestBackendDagger function no longer runschaos_monkey_test.dart(the test is skipped via tag exclusion)ChaosMonkeyBackendDagger function still runschaos_monkey_test.dart(targeted by--tags=nightly)chaos-monkey.ymlschedule continues to work end-to-end🤖 Generated with Claude Code