Merge pull request #13962 from influxdata/chore/opid
chore(swagger): update swagger to include operationIdpull/13625/head
commit
1388c94e07
717
http/swagger.yml
717
http/swagger.yml
File diff suppressed because it is too large
Load Diff
|
@ -31,6 +31,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func TestFluxEndToEnd(t *testing.T) {
|
func TestFluxEndToEnd(t *testing.T) {
|
||||||
|
t.Skip("flakey test https://github.com/influxdata/influxdb/issues/13996")
|
||||||
runEndToEnd(t, stdlib.FluxTestPackages)
|
runEndToEnd(t, stdlib.FluxTestPackages)
|
||||||
}
|
}
|
||||||
func BenchmarkFluxEndToEnd(b *testing.B) {
|
func BenchmarkFluxEndToEnd(b *testing.B) {
|
||||||
|
|
Loading…
Reference in New Issue