blob: 004ffc9fd563cff94c55a50202d8f243ed7e72ee [file] [log] [blame]
// Copyright 2023 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
actions: [
{
type: "expect_pass",
matchers: [
"*",
],
},
{
type: "expect_failure_with_err_logs",
matchers: [
"test_gateway_goes_down_ns3*",
"test_internet_available_ns3*",
"test_internet_comes_up_ns3*",
"test_internet_goes_down_ns3*",
"test_internet_to_gateway_state_ns3",
"test_state_ns3*",
],
},
],
}