Merge pull request #13962 from influxdata/chore/opid

chore(swagger): update swagger to include operationId
pull/13625/head
Jorge Landivar 2019-05-28 09:55:33 -07:00 committed by GitHub
commit 1388c94e07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 439 additions and 279 deletions

File diff suppressed because it is too large Load Diff

View File

@ -31,6 +31,7 @@ func init() {
}
func TestFluxEndToEnd(t *testing.T) {
t.Skip("flakey test https://github.com/influxdata/influxdb/issues/13996")
runEndToEnd(t, stdlib.FluxTestPackages)
}
func BenchmarkFluxEndToEnd(b *testing.B) {