Skip to content

Commit

Permalink
remove temporary on:push
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasKoehneckeAA committed Apr 11, 2024
1 parent ecd81a6 commit f1fdfa4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/daily.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: "os-support-tests"

on:
# TODO temporary
push:
workflow_dispatch:
# Scheduled workflows will only run on the default branch.
schedule:
Expand Down
4 changes: 2 additions & 2 deletions tests/core/test_tracer.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def test_in_memory_tracer_trace_viewer_doesnt_crash_if_it_cant_reach() -> None:
expected._ipython_display_()


@pytest.mark.docker()
@pytest.mark.docker
def test_open_telemetry_tracer_check_consistency_in_trace_ids(
open_telemetry_tracer: tuple[str, OpenTelemetryTracer],
) -> None:
Expand All @@ -323,7 +323,7 @@ def test_open_telemetry_tracer_check_consistency_in_trace_ids(
assert _get_trace_id_from_span(span) == expected_trace_id


@pytest.mark.docker()
@pytest.mark.docker
def test_open_telemetry_tracer_loggs_input_and_output(
open_telemetry_tracer: tuple[str, OpenTelemetryTracer],
complete: Task[CompleteInput, CompleteOutput],
Expand Down

0 comments on commit f1fdfa4

Please sign in to comment.