Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 committed Jan 8, 2022
1 parent b2d3e53 commit 8320f05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/integration_test/src/utils/test_utils.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::{generate_uuid, prepare_bundle, set_config};
///! Contains utility functions for testing
///! Similar to https://github.com/opencontainers/runtime-tools/blob/master/validation/util/test.go
use super::{generate_uuid, prepare_bundle, set_config};
use super::{get_runtime_path, get_runtimetest_path};
use anyhow::{anyhow, bail, Context, Result};
use oci_spec::runtime::Spec;
Expand Down Expand Up @@ -157,7 +157,6 @@ pub fn test_inside_container(
test_result!(setup_for_test(
&bundle.as_ref().join("bundle").join("rootfs")
));
// std::thread::sleep_ms(50000);

set_config(&bundle, &spec).unwrap();
// as we have to run runtimetest inside the container, and is expects
Expand Down

0 comments on commit 8320f05

Please sign in to comment.