Skip to content

Commit

Permalink
Remove skip and test lims consistency with new data.
Browse files Browse the repository at this point in the history
  • Loading branch information
morriscb committed Oct 25, 2023
1 parent fe87c87 commit 9913a9b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class VBOLimsCache(Cache):
class VisualBehaviorOphysProjectCache(ProjectCacheBase):

PROJECT_NAME = "visual-behavior-ophys"
BUCKET_NAME = "visual-behavior-ophys-data"
BUCKET_NAME = "staging.visual-behavior-ophys-data"

def __init__(
self,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ def _get_project_table_path(cls, fname):
return cls.test_dir / 'ophys_cells_table.csv'

@pytest.mark.requires_bamboo
@pytest.mark.skip('Skipping until data on s3 has been updated')
def test_behavior_session_table(self):
with patch.object(
BehaviorMetadata,
Expand Down

0 comments on commit 9913a9b

Please sign in to comment.