#!/bin/bash

set -e

pytest-3 -s -v tests/ -k "not test_wait_until_responsive_timeout_es_not_available and not test_wait_until_responsive_timeout_index_does_not_exist and not test_raises_on_missing_config"
