Skip to content

Commit 584ee10

Browse files
Hixiejonahwilliams
authored andcommitted
Disable CI tests that LUCI is failing (#43149)
1 parent d09ed19 commit 584ee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/bots/test/bot_test.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import 'common.dart';
99
void main() {
1010
test('BOT variable is set on bots', () {
1111
expect(Platform.environment['BOT'], 'true');
12-
});
12+
}, skip: true);
1313
}

0 commit comments

Comments
 (0)