Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Retest #1345

Merged
merged 2 commits into from
Jul 10, 2024
Merged

Retest #1345

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tests/test_birdseye_rssi.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ def verify_birdseye_stream(self, gamutdir, freq):
return
time.sleep(1)

# TODO(josh): disable to move to ubuntu 24, then re-enable.
def disabled_test_birdseye_endtoend_rssi(self):
def test_birdseye_endtoend_rssi(self):
test_tag = "iqtlabs/gamutrf:latest"
with tempfile.TemporaryDirectory() as tempdir:
testraw = os.path.join(tempdir, "gamutrf_recording1_1000Hz_1000sps.raw")
Expand Down
Loading