mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-26 07:39:58 +00:00
check for RegressTestMode
This commit is contained in:
@@ -273,6 +273,7 @@ SendDeltasToControlPlane()
|
||||
return;
|
||||
if (!ConsoleURL)
|
||||
{
|
||||
if (!RegressTestMode)
|
||||
elog(LOG, "ConsoleURL not set, skipping forwarding");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user