From db24d9e03272655120a21fbebbf6466753c2b5b2 Mon Sep 17 00:00:00 2001 From: serkor1 <77464572+serkor1@users.noreply.github.com> Date: Sat, 9 Dec 2023 07:37:36 +0100 Subject: [PATCH] Expect error tests allowed to be run to github --- tests/testthat/test-getQuote.R | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/testthat/test-getQuote.R b/tests/testthat/test-getQuote.R index 6562091e..77b3726f 100644 --- a/tests/testthat/test-getQuote.R +++ b/tests/testthat/test-getQuote.R @@ -93,8 +93,6 @@ testthat::test_that( desc = "getQuote failing GET requests from Binance Spot market", code = { - # 1) skip tests on github - testthat::skip_on_ci() testthat::expect_error( object = cryptoQuotes::getQuote( @@ -111,9 +109,6 @@ testthat::test_that( desc = "getQuote failing GET requests from Binance Futures market", code = { - # 1) skip tests on github - testthat::skip_on_ci() - testthat::expect_error( object = cryptoQuotes::getQuote( ticker = 'FAKETICKER', @@ -131,9 +126,6 @@ testthat::test_that( desc = "getQuote failing GET requests from KuCoin Futures market", code = { - # 1) skip tests on github - testthat::skip_on_ci() - # 2) determine test parameter testthat::expect_error( object = cryptoQuotes::getQuote( @@ -154,9 +146,6 @@ testthat::test_that( desc = "getQuote failing GET requests from KuCoin Spot market", code = { - # 1) skip tests on github - testthat::skip_on_ci() - # 2) determine test parameter testthat::expect_error( object = cryptoQuotes::getQuote(