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