Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 62421e6

Browse files
committed
CI: comment out some testcases which are not supported
Since the network hasn't been supported, thus comment out those cases temporarily. Signed-off-by: Fupan Li <[email protected]>
1 parent 2814931 commit 62421e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/test-cmd.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -189,8 +189,8 @@ __EOF__
189189
hyper::test::map_file
190190
hyper::test::with_volume
191191
hyper::test::service
192-
hyper::test::nfs_volume
193-
hyper::test::execvm
192+
# hyper::test::nfs_volume
193+
# hyper::test::execvm
194194
hyper::test::remove_container_with_volume
195195
hyper::test::imageuser
196196
hyper::test::imageusergroup
@@ -199,7 +199,7 @@ __EOF__
199199
hyper::test::force_kill_container
200200
hyper::test::container_logs_no_newline
201201
hyper::test::container_readonly_rootfs_and_volume
202-
hyper::test::portmapping
202+
# hyper::test::portmapping
203203

204204
stop_hyperd
205205
}

0 commit comments

Comments
 (0)