We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8437b32 commit 750cf3dCopy full SHA for 750cf3d
tests/integration/test_slice.py
@@ -1,6 +1,8 @@
1
import pytest
2
3
4
+@pytest.mark.skip(
5
+ 'Skipping until we have a way to create slices programatically')
6
def test_export_v2_slice(client):
7
# Since we don't have CRUD for slices, we'll just use the one that's already there
8
SLICE_ID = "clfgqf1c72mk107zx6ypo9bse"
0 commit comments