We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09ed19 commit 584ee10Copy full SHA for 584ee10
dev/bots/test/bot_test.dart
@@ -9,5 +9,5 @@ import 'common.dart';
9
void main() {
10
test('BOT variable is set on bots', () {
11
expect(Platform.environment['BOT'], 'true');
12
- });
+ }, skip: true);
13
}
0 commit comments