summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elastic/query/test_names.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/elastic/query/test_names.json b/elastic/query/test_names.json
index 08f57a3..962c587 100644
--- a/elastic/query/test_names.json
+++ b/elastic/query/test_names.json
@@ -6,14 +6,13 @@
{
"query_string": {
"analyze_wildcard": true,
- "query": "commit_info.project:soledad AND commit_info.branch='master' AND machine_info.host='weasel'"
+ "query": "commit_info.project:soledad AND machine_info.host='weasel'"
}
},
{
"range": {
"datetime": {
"gte": 1483225200000,
- "lte": 1492518132409,
"format": "epoch_millis"
}
}