Skip to content

Commit 9a51558

Browse files
committed
skip options test for now since there is no endpoint
1 parent d10133e commit 9a51558

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_restclient.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ TEST_F(RestClientTest, TestRestClientPATCHHeaders)
210210
// Disabled as httpbin does not support options requests for now
211211
TEST_F(RestClientTest, TestRestClientOPTIONSCode)
212212
{
213+
GTEST_SKIP();
213214
RestClient::Response res = RestClient::options("https://api.reqbin.com/api/v1/requests");
214215
EXPECT_EQ(200, res.code);
215216
}

0 commit comments

Comments
 (0)