fix(testing): skip promql e2e tests
parent
7cca079c5a
commit
7102febafd
|
@ -100,4 +100,32 @@ var FluxEndToEndSkipList = map[string]string{
|
|||
"holt_winters_panic": "Expected output is an empty table which breaks the testing framework (https://github.com/influxdata/influxdb/issues/14749)",
|
||||
|
||||
"secrets": "Cannot inject custom deps into the test framework so the secrets don't lookup correctly",
|
||||
|
||||
// PromQL tests don't work. Missing `range` or `_measurement`.
|
||||
"promql_changes": "unbounded or missing _measurement column",
|
||||
"promql_dayOfMonth": "unbounded or missing _measurement column",
|
||||
"promql_dayOfWeek": "unbounded or missing _measurement column",
|
||||
"promql_daysInMonth": "unbounded or missing _measurement column",
|
||||
"promql_emptyTable": "unbounded or missing _measurement column",
|
||||
"promql_extrapolatedRate_counter_rate": "unbounded or missing _measurement column",
|
||||
"promql_extrapolatedRate_nocounter": "unbounded or missing _measurement column",
|
||||
"promql_extrapolatedRate_norate": "unbounded or missing _measurement column",
|
||||
"promql_histogramQuantile": "unbounded or missing _measurement column",
|
||||
"promql_holtWinters": "unbounded or missing _measurement column",
|
||||
"promql_hour": "unbounded or missing _measurement column",
|
||||
"promql_instantRate": "unbounded or missing _measurement column",
|
||||
"promql_labelReplace_empty_dst": "unbounded or missing _measurement column",
|
||||
"promql_labelReplace_full_string_match": "unbounded or missing _measurement column",
|
||||
"promql_labelReplace_multiple_groups": "unbounded or missing _measurement column",
|
||||
"promql_labelReplace_src_empty": "unbounded or missing _measurement column",
|
||||
"promql_labelReplace_src_nonexistent": "unbounded or missing _measurement column",
|
||||
"promql_labelReplace_src_not_matched": "unbounded or missing _measurement column",
|
||||
"promql_labelReplace_sub_string_match": "unbounded or missing _measurement column",
|
||||
"promql_linearRegression_nopredict": "unbounded or missing _measurement column",
|
||||
"promql_linearRegression_predict": "unbounded or missing _measurement column",
|
||||
"promql_minute": "unbounded or missing _measurement column",
|
||||
"promql_month": "unbounded or missing _measurement column",
|
||||
"promql_resets": "unbounded or missing _measurement column",
|
||||
"promql_timestamp": "unbounded or missing _measurement column",
|
||||
"promql_year": "unbounded or missing _measurement column",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue