This commit is contained in:
@@ -160,14 +160,12 @@ mod tests {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// NOTE: We don't end-to-end test for a non-cross build for now.
|
#[tokio::test]
|
||||||
// This is an issue that we need to solve.
|
async fn test_deb_hello_ubuntu_end_to_end() {
|
||||||
// It seems that sbuild cannot by default be used inside of a (docker) container,
|
test_build_end_to_end("hello", "noble", None, false).await;
|
||||||
// but our tests are currently running in one in CI.
|
}
|
||||||
// TODO: Investigate on how to fix that.
|
|
||||||
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[test_log::test]
|
|
||||||
#[cfg(target_arch = "x86_64")]
|
#[cfg(target_arch = "x86_64")]
|
||||||
async fn test_deb_hello_ubuntu_cross_end_to_end() {
|
async fn test_deb_hello_ubuntu_cross_end_to_end() {
|
||||||
test_build_end_to_end("hello", "noble", Some("riscv64"), true).await;
|
test_build_end_to_end("hello", "noble", Some("riscv64"), true).await;
|
||||||
|
|||||||
Reference in New Issue
Block a user