summaryrefslogtreecommitdiffstats
path: root/tests/memory.yml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/memory.yml')
-rw-r--r--tests/memory.yml15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/memory.yml b/tests/memory.yml
deleted file mode 100644
index 90c74a4c0..000000000
--- a/tests/memory.yml
+++ /dev/null
@@ -1,15 +0,0 @@
----
-# Tests suitable to run in a classic environment
-- hosts: localhost
- tags:
- - classic
- roles:
- - role: standard-test-beakerlib
- tests:
- - memory/memfd_create
- required_packages:
- - gcc
- - libgcc
- - glibc-devel
- - glibc-static
- ignore_errors: yes