// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 /// Whether a test is running in a CI environment. const bool isCI = bool.fromEnvironment('CI');