Skip to content

Commit c84ea97

Browse files
authored
Re-enable integration test for configure_index (#289)
## Problem We temporarily disabled this integration test earlier after reporting a bug to the backend team. Now we can bring it back. ## Solution Enable test. ## Type of Change - [x] Infrastructure change (CI configs, etc)
1 parent d44b936 commit c84ea97

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import pytest
22
import time
33

4-
@pytest.mark.skip(reason='API bug reported')
5-
class TestCreatePodIndex():
6-
def test_create_pod_index(self, client, ready_pod_index):
4+
class TestConfigurePodIndex():
5+
def test_configure_pod_index(self, client, ready_pod_index):
76
time.sleep(30) # Wait a little more, just in case.
87
client.configure_index(ready_pod_index, replicas=1, pod_type='p1.x1')

0 commit comments

Comments
 (0)