# Declares tags used by inline `test('...', tags: [...], ...)` calls so # that `flutter test --exclude-tags ` and `dart test --tags ` # both honor them. Undeclared tags are ignored by the runners, which # silently breaks selective excludes. tags: # Tests that call `forkpty()` via Dart FFI. Must run under `dart test`, # not `flutter test` — the latter's runner hosts a multi-threaded # Flutter engine in which forkpty produces a master fd that never # delivers output. See `test/pty/session_test.dart`. forkpty: