Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 5f39090

Browse files
committed
skip test
1 parent 672559c commit 5f39090

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/production/test_pp_production.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33

44
import ocf_datapipes
55
import os
6+
import pytest
67

78

9+
@pytest.mark.skip('Need to set up laod PV from database first')
810
def test_pp_production_datapipe():
911

1012
filename = os.path.join(os.path.dirname(ocf_datapipes.__file__), "../tests/config/test.yaml")

0 commit comments

Comments
 (0)