chromium/third_party/blink/tools/blinkpy/web_tests/flake_suppressor/web_tests_results.py

# Copyright 2022 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

from typing import Tuple

from flake_suppressor_common import results as results_module


class WebTestsResultProcessor(results_module.ResultProcessor):
    def GetTestSuiteAndNameFromResultDbName(self, result_db_name: str
                                            ) -> Tuple[str, str]:
        return '', result_db_name