From 27e5c7e1882289590d6dcfdcbfde0ac642c1f680 Mon Sep 17 00:00:00 2001 From: Joan Maspons Date: Thu, 23 May 2024 18:20:38 +0200 Subject: [PATCH] Skip failing test with multipart request on windows Related to https://github.com/nealrichardson/httptest2/issues/42 --- inst/WORDLIST | 2 ++ tests/testthat/test-gps_traces.R | 11 +++++++++++ 2 files changed, 13 insertions(+) diff --git a/inst/WORDLIST b/inst/WORDLIST index 76dcd52f..81532911 100644 --- a/inst/WORDLIST +++ b/inst/WORDLIST @@ -72,6 +72,7 @@ cre crea cumsum cxMGJjSNnEGiKHAdp +da dbTools ddcf de @@ -249,6 +250,7 @@ orcid ord ordL ori +os osc OSC osm diff --git a/tests/testthat/test-gps_traces.R b/tests/testthat/test-gps_traces.R index a5f53999..3de56350 100644 --- a/tests/testthat/test-gps_traces.R +++ b/tests/testthat/test-gps_traces.R @@ -60,6 +60,17 @@ test_that("osm_get_points_gps works", { test_that("edit gpx works", { + skip_on_os("windows") # TODO: issue in httptest2? different mock file name in windows + # https://github.com/nealrichardson/httptest2/issues/42 + # Error in `stop_request(req)`: An unexpected request was made: + # POST https://master.apis.dev.openstreetmap.org/api/0.6/gpx/create Multipart form: + # file = File: f42901c4e0e077e532e417da5224df67 + # description = Test create gpx with osmapiR. + # tags = testing, osmapiR + # visibility = private + # + # Expected mock file: osm.org/api/0.6/gpx/create-b3940a-POST.* + gpx_path <- test_path("sample_files", "sample.gpx") with_mock_dir("mock_edit_gpx", {