blob: 28a172f61d7a46a965f75bbcfa870439633420d5 [file] [log] [blame]
// Copyright 2022 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.
{
include: [
"//src/starnix/containers/debian/meta/debian_container_for_test.shard.cml",
"//src/starnix/tests/starnix_test.shard.cml",
],
program: {
binary: "data/tests/fdio-test",
args: [ "--gtest_filter=BadFdTest.*:DirectoryTest.*:EventFDTest.*:Poll.*:Pipe2.*:MmapTest.*:RmdirTest.*:UnistdTest.*:-UnistdTest/OpenCreate.*" ],
environ: [ "TEST_TMPDIR=/tmp" ],
},
}