Island: Skip try_add_aws_exporter_to_manager()

This is causing the island to crash at the moment and will be completely
removed later in #1928.
This commit is contained in:
Mike Salvatore 2022-05-10 08:48:51 -04:00
parent bfeea19c88
commit 79eb584c5d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
def populate_exporter_list():
manager = ReportExporterManager()
try_add_aws_exporter_to_manager(manager)
# try_add_aws_exporter_to_manager(manager)
if len(manager.get_exporters_list()) != 0:
logger.debug(