Skip to content

Commit f1499c0

Browse files
ci: disable e2e Android tests in n78 (temporarily)
1 parent 07c3d1a commit f1499c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/tests/iperf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"band, common_scs, bandwidth",
6060
(
6161
param(3, 15, 10, id="band:%s-scs:%s-bandwidth:%s"),
62-
param(78, 30, 20, id="band:%s-scs:%s-bandwidth:%s"),
62+
# param(78, 30, 20, id="band:%s-scs:%s-bandwidth:%s"),
6363
),
6464
)
6565
@mark.android

tests/e2e/tests/ping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"band, common_scs, bandwidth",
3939
(
4040
param(3, 15, 10, id="band:%s-scs:%s-bandwidth:%s"),
41-
param(78, 30, 20, id="band:%s-scs:%s-bandwidth:%s"),
41+
# param(78, 30, 20, id="band:%s-scs:%s-bandwidth:%s"),
4242
),
4343
)
4444
@mark.android

0 commit comments

Comments
 (0)