Skip to content

Commit

Permalink
Remove unit tests for nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Oct 2, 2024
1 parent 7e49580 commit ec6968f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sharktank/tests/evaluate/perplexity_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
logger.setLevel(logging.INFO)


class PerplexityTest(unittest.TestCase):
class PerplexityTest:
@pytest.mark.expensive
@pytest.mark.integration
def test(self):
Expand Down Expand Up @@ -49,4 +49,4 @@ def test(self):


if __name__ == "__main__":
unittest.main()
PerplexityTest().test()

0 comments on commit ec6968f

Please sign in to comment.