From d0b1fbf16d2bef276f1d94f6e28339ef692da1ab Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 28 2018 15:11:58 +0000 Subject: remove tests Signed-off-by: Igor Gnatenko --- diff --git a/rust-semver.spec b/rust-semver.spec index 866c75c..43d7991 100644 --- a/rust-semver.spec +++ b/rust-semver.spec @@ -1,5 +1,5 @@ # Generated by rust2rpm -# Tests are run in infrastructure +# Depends on very old crates-index %bcond_with check %global debug_package %{nil} diff --git a/tests/.fmf/version b/tests/.fmf/version deleted file mode 100644 index d00491f..0000000 --- a/tests/.fmf/version +++ /dev/null @@ -1 +0,0 @@ -1 diff --git a/tests/provision.fmf b/tests/provision.fmf deleted file mode 100644 index 503a97c..0000000 --- a/tests/provision.fmf +++ /dev/null @@ -1,5 +0,0 @@ ---- -standard-inventory-qcow2: - qemu: - # `cargo test` usually eats more than 1G. - m: 4G diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index b6d077f..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,13 +0,0 @@ ---- -- hosts: localhost - roles: - - role: standard-test-basic - tags: - - classic - repositories: - - repo: "https://src.fedoraproject.org/tests/rust.git" - dest: rust - tests: - - rust/cargo-test - environment: - pkg: rust-semver