From d323aae050f4593ec37d43dc0d2f02fc0e63dc82 Mon Sep 17 00:00:00 2001 From: Romaric Philogene Date: Wed, 4 Nov 2020 02:39:42 +0100 Subject: [PATCH] change: temporary shortcut DNS propagation check in Router.on_create_check(..) until we get better integration tests here. --- src/cloud_provider/aws/router.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/cloud_provider/aws/router.rs b/src/cloud_provider/aws/router.rs index a6d53b36..96b462f4 100644 --- a/src/cloud_provider/aws/router.rs +++ b/src/cloud_provider/aws/router.rs @@ -490,6 +490,12 @@ impl Create for Router { } fn on_create_check(&self) -> Result<(), EngineError> { + // FIXME remove this + return Ok(()); + + // TODO ------------------------------------------------------------- + // TODO integration tests required before using DNS propagation check + // TODO ------------------------------------------------------------- let listeners_helper = ListenersHelper::new(&self.listeners); // Todo: inform the client about the fact we're going to check for a certain amount of time