Skip to content

Commit efdc8e9

Browse files
authored
mark test_get_psm3_5min (#1097)
1 parent 1024194 commit efdc8e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pvlib/tests/iotools/test_psm3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ def test_get_psm3_singleyear(nrel_api_key):
9393

9494
@pytest.mark.remote_data
9595
@pytest.mark.flaky(reruns=RERUNS, reruns_delay=RERUNS_DELAY)
96+
@pytest.mark.xfail(strict=True, reason='github 1091')
9697
def test_get_psm3_5min(nrel_api_key):
9798
"""test get_psm3 for 5-minute data"""
9899
header, data = psm3.get_psm3(LATITUDE, LONGITUDE, nrel_api_key,

0 commit comments

Comments
 (0)