diff --git a/tests/modules/core/src/Storage/SQLPermanentStorageTest.php b/tests/modules/core/src/Storage/SQLPermanentStorageTest.php
index 56e7b16316c7fad979a9bccc7442922c8fda4de4..a38d07d3eac40eaef380a90b017b0bbfbf20e5e7 100644
--- a/tests/modules/core/src/Storage/SQLPermanentStorageTest.php
+++ b/tests/modules/core/src/Storage/SQLPermanentStorageTest.php
@@ -36,7 +36,7 @@ class SQLPermanentStorageTest extends TestCase
      */
     public static function tearDownAfterClass(): void
     {
-        unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'sqllite' . DIRECTORY_SEPARATOR . 'test.sqlite');
+        @unlink(sys_get_temp_dir() . DIRECTORY_SEPARATOR . 'sqllite' . DIRECTORY_SEPARATOR . 'test.sqlite');
     }