Skip to content

Commit

Permalink
Reverting to SequentialExecutor for unitests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 2, 2016
1 parent 5b99c8d commit 7b66702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ class AirflowConfigException(Exception):
airflow_home = {AIRFLOW_HOME}
dags_folder = {AIRFLOW_HOME}/dags
base_log_folder = {AIRFLOW_HOME}/logs
executor = LocalExecutor
executor = SequentialExecutor
sql_alchemy_conn = sqlite:///{AIRFLOW_HOME}/unittests.db
unit_test_mode = True
load_examples = True
Expand Down

0 comments on commit 7b66702

Please sign in to comment.