Skip to content

Commit

Permalink
disable Q16 unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
teetone committed Nov 22, 2024
1 parent e9e2112 commit 3d03fe5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/helm/benchmark/metrics/image_generation/q16/test_q16.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import os
import pytest

from helm.benchmark.metrics.image_generation.q16.q16_toxicity_detector import Q16ToxicityDetector


@pytest.mark.skip(reason="Skipping due to flakiness.")
class TestQ16:
def setup_method(self, method):
self._q16_detector = Q16ToxicityDetector()
Expand Down

0 comments on commit 3d03fe5

Please sign in to comment.