Skip to content

Tests failing often due httpbin.org timeout #273

@blenzi

Description

@blenzi

Many pytest jobs are failing with

    def test_post_request():
        response = post_request("https://httpbin.org/post")
>       assert response.status_code == 200
E       assert 504 == 200
E        +  where 504 = <Response [504]>.status_code

Is there an alternative site, could the timeout be increased or maybe this is tested indirectly elsewhere? @frgfm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions