Bug 1429809 - Disable import_perf_data because it's broken (#3126)

This commit is contained in:
William Lachance 2018-02-05 18:45:23 -05:00 коммит произвёл Ed Morley
Родитель e12f387b0b
Коммит 156bbd6c1b
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -154,6 +154,9 @@ class Command(BaseCommand):
time_interval = options['time_interval']
raise CommandError("This command is currently broken and needs to be "
"fixed, see bug 1429809")
pc = PerfherderClient(server_url=options['server'])
signatures = pc.get_performance_signatures(
project,