From b124aaa93902a6e1ab1696dc0574824951e2996d Mon Sep 17 00:00:00 2001 From: shijie Date: Sat, 14 Dec 2024 09:38:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: shijie --- packages/flutter/test/examples/sector_layout_test.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/flutter/test/examples/sector_layout_test.dart b/packages/flutter/test/examples/sector_layout_test.dart index 6280854a82..60653077cb 100644 --- a/packages/flutter/test/examples/sector_layout_test.dart +++ b/packages/flutter/test/examples/sector_layout_test.dart @@ -1,6 +1,7 @@ // Copyright 2014 The Flutter Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. +// 流水线测试 @TestOn('!chrome') import 'package:flutter_test/flutter_test.dart'; -- Gitee