Skip to content

Commit

Permalink
ci: Disable composefs test for now
Browse files Browse the repository at this point in the history
Need to change the framework to boot with an Ignition config
that switches to ext4 soon.
  • Loading branch information
cgwalters committed Oct 11, 2023
1 parent 2f76b03 commit 27cfb87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/inst/src/composefs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ fn verify_composefs_signed(sh: &xshell::Shell, metadata: &glib::VariantDict) ->
Ok(())
}

#[allow(dead_code)]
pub(crate) fn itest_composefs() -> Result<()> {
let sh = &xshell::Shell::new()?;
if !cmd!(sh, "ostree --version").read()?.contains("- composefs") {
Expand Down
2 changes: 1 addition & 1 deletion tests/inst/src/insttestmain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const TESTS: &[StaticTest] = &[
];
const DESTRUCTIVE_TESTS: &[StaticTest] = &[
test!(destructive::itest_transactionality),
test!(composefs::itest_composefs),
// test!(composefs::itest_composefs),
];

#[derive(Debug, StructOpt)]
Expand Down

0 comments on commit 27cfb87

Please sign in to comment.