From 8774bcd511170e4e2db865fe0235524d5d9e9b26 Mon Sep 17 00:00:00 2001 From: Cees-Jan Kiewiet Date: Tue, 14 Jan 2025 22:50:59 +0100 Subject: [PATCH] [ReactPHP] Disable database related tests until MySQL auth is fixed --- frameworks/PHP/reactphp/benchmark_config.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frameworks/PHP/reactphp/benchmark_config.json b/frameworks/PHP/reactphp/benchmark_config.json index 8da2a6e62f9..fb29ad3c207 100644 --- a/frameworks/PHP/reactphp/benchmark_config.json +++ b/frameworks/PHP/reactphp/benchmark_config.json @@ -3,10 +3,6 @@ "tests": [{ "default": { "json_url": "/json", - "db_url": "/db", - "query_url": "/query?q=", - "fortune_url": "/fortunes", - "update_url": "/update?q=", "plaintext_url": "/plaintext", "port": 8080, "approach": "Realistic",