Skip to content

Comments

test: skip basic_transport_thread_name test on NX platform#1439

Merged
vaind merged 1 commit intomasterfrom
fix/skip-transport-thread-test-on-nx
Nov 3, 2025
Merged

test: skip basic_transport_thread_name test on NX platform#1439
vaind merged 1 commit intomasterfrom
fix/skip-transport-thread-test-on-nx

Conversation

@vaind
Copy link
Contributor

@vaind vaind commented Nov 3, 2025

Summary

Skips the basic_transport_thread_name test on NX (Nintendo Switch) platform to prevent false test failures.

Changes

  • Added SENTRY_PLATFORM_NX check to skip the test in tests/unit/test_basic.c:309-311

Background

The basic_transport_thread_name test cannot run on NX because the transport won't start without a custom network_connect_func. Rather than failing the test, we now skip it on this platform where it's not applicable.

🤖 Generated with Claude Code

The basic_transport_thread_name test fails on NX (Nintendo Switch)
because the transport won't start without a custom network_connect_func.

This change adds a platform check to skip the test on NX, preventing
false test failures on that platform.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <[email protected]>
@vaind vaind changed the title fix(tests): skip basic_transport_thread_name test on NX platform test: skip basic_transport_thread_name test on NX platform Nov 3, 2025
@vaind vaind merged commit 3902148 into master Nov 3, 2025
40 checks passed
@vaind vaind deleted the fix/skip-transport-thread-test-on-nx branch November 3, 2025 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants