Remove obsolete Magento test configuration file

This commit is contained in:
Théophile Diot 2025-01-08 12:10:46 +01:00
parent b6bde203cf
commit 67a04f8ba5
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View file

@ -1,15 +0,0 @@
{
"name": "magento",
"kinds": ["docker", "autoconf", "swarm", "kubernetes"],
"timeout": 360,
"no_copy_container": true,
"delay": 300,
"tests": [
{
"type": "string",
"url": "https://www.example.com",
"string": "magento",
"tls": "www.example.com"
}
]
}