Skip to content

Commit

Permalink
Remove UFS case study skip, will go with propsal from ufs-community#776
Browse files Browse the repository at this point in the history
  • Loading branch information
mkavulich committed May 8, 2023
1 parent 5bef9d4 commit 445c003
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ush/test_retrieve_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,6 @@ def test_rap_lbcs_from_aws(self):
files_on_disk = glob.glob(path)
self.assertEqual(len(files_on_disk), 8)

@unittest.skipIf(os.environ.get("skipUFSCASESTUDY") == "true", "Skipping large/slow UFS-CASE-STUDY tests")
def test_ufs_ics_from_aws(self):

"""Get UFS-CASE-STUDY ICS from aws"""
Expand Down Expand Up @@ -466,7 +465,6 @@ def test_ufs_ics_from_aws(self):
files_on_disk = glob.glob(path)
self.assertEqual(len(files_on_disk), 1)

@unittest.skipIf(os.environ.get("skipUFSCASESTUDY") == "true", "Skipping large/slow UFS-CASE-STUDY tests")
def test_ufs_lbcs_from_aws(self):

"""Get UFS-CASE-STUDY LBCS from aws for 3 hour boundary conditions"""
Expand Down

0 comments on commit 445c003

Please sign in to comment.