```dart void main() { print(const bool.hasEnvironment('blah')); } ``` `dart -Dblah=true test` outputs: ``` false No tests were found. ``` It seems like the environment does not exist when you run `dart test` `Dart SDK 2.18.4`