Skip to content

Commit 3d82bdc

Browse files
authored
Revert "Add testing hints (flutter#39868)" (flutter#39921)
Revert "Add testing hints"
1 parent e4ea8d4 commit 3d82bdc

2 files changed

Lines changed: 1 addition & 24 deletions

File tree

testing/README.md

Lines changed: 0 additions & 18 deletions
This file was deleted.

testing/run_tests.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -947,12 +947,7 @@ def run_engine_tasks_in_parallel(tasks):
947947

948948

949949
def main():
950-
parser = argparse.ArgumentParser(
951-
description='''
952-
In order to learn the details of running tests in the engine, please consult the
953-
Flutter Wiki page on the subject: https://github.com/flutter/flutter/wiki/Testing-the-engine
954-
'''
955-
)
950+
parser = argparse.ArgumentParser()
956951
all_types = [
957952
'engine', 'dart', 'benchmarks', 'java', 'android', 'objc', 'font-subset'
958953
]

0 commit comments

Comments
 (0)