fix(ci): exclude chaos_monkey_test from regular CI (#518)

This commit was merged in pull request #518.
This commit is contained in:
Bot of Thomas Güttler
2026-06-07 04:24:10 +02:00
parent f5abe9132b
commit e2bb299300
11 changed files with 35 additions and 99 deletions
+3
View File
@@ -10,6 +10,9 @@
// CHAOS_ROUNDS (default: 30) — number of random operations to perform
// CHAOS_SEED (default: current epoch ms) — seed for reproducibility
@Tags(['nightly'])
library;
import 'dart:io';
import 'dart:math';