From 9996c7c8dd29c1e449b4453c24ffda0659330490 Mon Sep 17 00:00:00 2001
From: Benoit Donneaux <benoit@leastauthority.com>
Date: Tue, 13 Jun 2023 18:45:21 +0000
Subject: [PATCH] QEmu is used to run system-test on CI

Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
---
 docs/dev/README.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/docs/dev/README.rst b/docs/dev/README.rst
index 0c688021..c518c69b 100644
--- a/docs/dev/README.rst
+++ b/docs/dev/README.rst
@@ -24,7 +24,6 @@ The system tests are run using this command::
 
   $ nix-build --attr system-tests
 
-The system tests boot QEMU VMs which prevents them from running on CI at this time.
 The build requires > 10 GB of disk space,
 and the VMs might be timing out on slow or busy machines.
 If you run into timeouts,
-- 
GitLab