From 8ad875f009b3c57c4ace4718194598ee3b194e33 Mon Sep 17 00:00:00 2001 From: Gleb Kuznetsov Date: Fri, 2 Mar 2018 14:51:47 -0500 Subject: [PATCH] Don't test p3.8xlarge by default. Too expensive. --- test/test_ami.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/test/test_ami.py b/test/test_ami.py index b305010..f1c18d9 100644 --- a/test/test_ami.py +++ b/test/test_ami.py @@ -42,9 +42,11 @@ 'is_gpu': True }, - 'p3.8xlarge': { - 'is_gpu': True - }, + # Uncomment to test explicitly. This is an expensive machine so make + # sure it doesn't get stuck on! + # 'p3.8xlarge': { + # 'is_gpu': True + # }, } AUTO_RESPONSE_PROMPTS_DICT = {