Skip to content

Commit

Permalink
remove negated integration tags
Browse files Browse the repository at this point in the history
  • Loading branch information
muhlemmer committed Apr 26, 2023
1 parent 90ba3a8 commit 1dc46b1
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 22 deletions.
2 changes: 0 additions & 2 deletions internal/api/grpc/admin/failed_event_converter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package admin

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/admin/iam_member_converter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package admin

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/admin/idp_converter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package admin

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/errors/caos_errors_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package errors

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/header_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package grpc

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/management/idp_converter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package management

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/server/middleware/auth_interceptor_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package middleware

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/server/middleware/error_interceptor_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package middleware

import (
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package middleware

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/server/probes_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package server

import (
Expand Down
2 changes: 0 additions & 2 deletions internal/api/grpc/system/failed_event_converter_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//go:build !integration

package system_test

import (
Expand Down

0 comments on commit 1dc46b1

Please sign in to comment.