Skip to content

Commit

Permalink
Another reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Jul 13, 2023
1 parent 627c4d7 commit eb33581
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/integration/component_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,8 +794,6 @@ def run(
:return:
"""
self.test_name = test_name
slice_name = "component_test_slice"
site = "RENCI"
print("Tesla_T4 test, slice_name: {}, site: {}".format(slice_name, site))
if create_slice:
# print("Creating Slice")
Expand Down Expand Up @@ -833,7 +831,3 @@ def run(
self.delete_slice()
except:
print("Delete FAILED")


if __name__ == "__main__":
ComponentTest().run()

0 comments on commit eb33581

Please sign in to comment.