[go_router_builder] Removes presubmit only flag (#2957)

This commit is contained in:
chunhtai
2022-12-16 13:43:58 -08:00
committed by GitHub
parent 13fb549af6
commit 1d6635df4d
2 changed files with 0 additions and 5 deletions

View File

@ -1,4 +0,0 @@
# https://github.com/dart-lang/test/tree/master/pkgs/test#whole-package-configuration
tags:
presubmit-only:
skip: "Should only be run during presubmit"

View File

@ -2,7 +2,6 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@Tags(<String>['presubmit-only'])
import 'package:build_verify/build_verify.dart';
import 'package:flutter_test/flutter_test.dart';