blob: adaa6fa2d018d5b0a048fae20360f2fb0f9fc752 [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_sets_thread_profiles_ns3",
],
},
],
}