Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Commit

Permalink
flaky: test_embedder_scaling_overhead
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jun 18, 2023
1 parent f76a2d4 commit b253ab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/core/utilities/test_embedder.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def test_embedder(layer, size):
assert embedder(torch.rand(10, 10)).size(1) == size


@pytest.mark.flaky(reruns=3)
@pytest.mark.skipif(not _TOPIC_CORE_AVAILABLE, reason="Not testing core.")
def test_embedder_scaling_overhead():
"""Tests that embedding to the 3rd layer of a 200 layer model takes less than double the time of embedding to.
Expand Down

0 comments on commit b253ab2

Please sign in to comment.