Skip to content

Commit

Permalink
tests: Disable test that depends on external state
Browse files Browse the repository at this point in the history
  • Loading branch information
p12tic committed May 30, 2020
1 parent 460f5df commit 64265e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/integtests/arch/ArchInternetTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define TEST_URL "https://symless.com/tests/?testString"
//#define TEST_URL "http://localhost/barrier/tests/?testString"

TEST(ArchInternetTests, get)
TEST(ArchInternetTests, DISABLED_get)
{
ARCH_INTERNET internet;
std::string result = internet.get(TEST_URL);
Expand Down

0 comments on commit 64265e9

Please sign in to comment.