blob: 4eb9bb887d4bd3bfb1e84ee6591eca2bfc065a8c [file]
// 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: "skip",
matchers: [
// Hangs indefinitely.
"ns_requests_inspect_persistence_ns3",
"ns_persist_counters_under_size_limit_ns3",
"ns_sets_thread_profiles_ns3",
],
},
],
}