Skip to content

Commit

Permalink
uncomment
Browse files Browse the repository at this point in the history
Signed-off-by: Kristoffer Dalby <[email protected]>
  • Loading branch information
kradalby committed Dec 9, 2024
1 parent 8ff7eca commit cd0fbae
Showing 1 changed file with 58 additions and 59 deletions.
117 changes: 58 additions & 59 deletions .github/workflows/test-integration.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Integration Tests

# To debug locally on a branch, and when needing secrets
# change this to include `push` so the build is ran on
# the main repository.
Expand All @@ -14,65 +13,65 @@ jobs:
fail-fast: false
matrix:
test:
# - TestACLHostsInNetMapTable
# - TestACLAllowUser80Dst
# - TestACLDenyAllPort80
# - TestACLAllowUserDst
# - TestACLAllowStarDst
# - TestACLNamedHostsCanReachBySubnet
# - TestACLNamedHostsCanReach
# - TestACLDevice1CanAccessDevice2
# - TestPolicyUpdateWhileRunningWithCLIInDatabase
# - TestOIDCAuthenticationPingAll
# - TestOIDCExpireNodesBasedOnTokenExpiry
# - TestOIDC024UserCreation
# - TestAuthWebFlowAuthenticationPingAll
# - TestAuthWebFlowLogoutAndRelogin
# - TestUserCommand
# - TestPreAuthKeyCommand
# - TestPreAuthKeyCommandWithoutExpiry
# - TestPreAuthKeyCommandReusableEphemeral
# - TestPreAuthKeyCorrectUserLoggedInCommand
# - TestApiKeyCommand
# - TestNodeTagCommand
# - TestNodeAdvertiseTagCommand
# - TestNodeCommand
# - TestNodeExpireCommand
# - TestNodeRenameCommand
# - TestNodeMoveCommand
# - TestPolicyCommand
# - TestPolicyBrokenConfigCommand
# - TestDERPVerifyEndpoint
# - TestResolveMagicDNS
# - TestValidateResolvConf
# - TestDERPServerScenario
# - TestDERPServerWebsocketScenario
- TestACLHostsInNetMapTable
- TestACLAllowUser80Dst
- TestACLDenyAllPort80
- TestACLAllowUserDst
- TestACLAllowStarDst
- TestACLNamedHostsCanReachBySubnet
- TestACLNamedHostsCanReach
- TestACLDevice1CanAccessDevice2
- TestPolicyUpdateWhileRunningWithCLIInDatabase
- TestOIDCAuthenticationPingAll
- TestOIDCExpireNodesBasedOnTokenExpiry
- TestOIDC024UserCreation
- TestAuthWebFlowAuthenticationPingAll
- TestAuthWebFlowLogoutAndRelogin
- TestUserCommand
- TestPreAuthKeyCommand
- TestPreAuthKeyCommandWithoutExpiry
- TestPreAuthKeyCommandReusableEphemeral
- TestPreAuthKeyCorrectUserLoggedInCommand
- TestApiKeyCommand
- TestNodeTagCommand
- TestNodeAdvertiseTagCommand
- TestNodeCommand
- TestNodeExpireCommand
- TestNodeRenameCommand
- TestNodeMoveCommand
- TestPolicyCommand
- TestPolicyBrokenConfigCommand
- TestDERPVerifyEndpoint
- TestResolveMagicDNS
- TestValidateResolvConf
- TestDERPServerScenario
- TestDERPServerWebsocketScenario
- TestPingAllByIP
# - TestPingAllByIPPublicDERP
# - TestAuthKeyLogoutAndRelogin
# - TestEphemeral
# - TestEphemeralInAlternateTimezone
# - TestEphemeral2006DeletedTooQuickly
# - TestPingAllByHostname
# - TestTaildrop
# - TestUpdateHostnameFromClient
# - TestExpireNode
# - TestNodeOnlineStatus
# - TestPingAllByIPManyUpDown
# - Test2118DeletingOnlineNodePanics
# - TestEnablingRoutes
# - TestHASubnetRouterFailover
# - TestEnableDisableAutoApprovedRoute
# - TestAutoApprovedSubRoute2068
# - TestSubnetRouteACL
# - TestHeadscale
# - TestCreateTailscale
# - TestTailscaleNodesJoiningHeadcale
# - TestSSHOneUserToAll
# - TestSSHMultipleUsersAllToAll
# - TestSSHNoSSHConfigured
# - TestSSHIsBlockedInACL
# - TestSSHUserOnlyIsolation
- TestPingAllByIPPublicDERP
- TestAuthKeyLogoutAndRelogin
- TestEphemeral
- TestEphemeralInAlternateTimezone
- TestEphemeral2006DeletedTooQuickly
- TestPingAllByHostname
- TestTaildrop
- TestUpdateHostnameFromClient
- TestExpireNode
- TestNodeOnlineStatus
- TestPingAllByIPManyUpDown
- Test2118DeletingOnlineNodePanics
- TestEnablingRoutes
- TestHASubnetRouterFailover
- TestEnableDisableAutoApprovedRoute
- TestAutoApprovedSubRoute2068
- TestSubnetRouteACL
- TestHeadscale
- TestCreateTailscale
- TestTailscaleNodesJoiningHeadcale
- TestSSHOneUserToAll
- TestSSHMultipleUsersAllToAll
- TestSSHNoSSHConfigured
- TestSSHIsBlockedInACL
- TestSSHUserOnlyIsolation
# database: [postgres, sqlite]
database: [sqlite]
env:
Expand Down

0 comments on commit cd0fbae

Please sign in to comment.