Skip to content

Commit a2de8c5

Browse files
committed
Remove old test target
1 parent 745d2fb commit a2de8c5

File tree

1 file changed

+0
-26
lines changed

1 file changed

+0
-26
lines changed

images/qnx_x86_64/BUILD

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
# SPDX-License-Identifier: Apache-2.0
1212
# *******************************************************************************
1313
load("@rules_shell//shell:sh_binary.bzl", "sh_binary")
14-
load("@score_itf//:defs.bzl", "py_itf_test")
15-
load("@score_itf//score/itf/plugins:plugins.bzl", "dlt", "qemu")
1614

1715
alias(
1816
name = "image",
@@ -33,27 +31,3 @@ sh_binary(
3331
"@toolchains_qnx_sdp//:host_dir",
3432
],
3533
)
36-
37-
# For now we keep this not in /feature_integration_tests but locally within images
38-
39-
py_itf_test(
40-
name = "test_qnx_8_x86_64",
41-
srcs = [
42-
"//feature_integration_tests/itf:all_tests",
43-
],
44-
args = [
45-
"--qemu-config=$(location //feature_integration_tests/configs:qemu_bridge_config.json)",
46-
"--qemu-image=$(location :image)",
47-
],
48-
data = [
49-
":image",
50-
"//feature_integration_tests/configs:qemu_bridge_config.json",
51-
],
52-
plugins = [
53-
qemu,
54-
],
55-
tags = [
56-
"local",
57-
"manual",
58-
],
59-
)

0 commit comments

Comments
 (0)