Skip to content

Commit

Permalink
optimize: add e2etests buildtags for e2e (#1951)
Browse files Browse the repository at this point in the history
* optimize: skip fatal when pubsub/jetstream server don't start in unit test

Signed-off-by: 1046102779 <seachen@tencent.com>

* optimize: skip fatal when pubsub/jetstream server don't start in unit test

Signed-off-by: 1046102779 <seachen@tencent.com>

* optimize: skip fatal when pubsub/jetstream server don't start in unit test

Signed-off-by: 1046102779 <seachen@tencent.com>

* optimize: add e2etests buildtags for e2e

Signed-off-by: 1046102779 <seachen@tencent.com>

Signed-off-by: 1046102779 <seachen@tencent.com>
Co-authored-by: Loong Dai <long.dai@intel.com>
Co-authored-by: Bernd Verst <4535280+berndverst@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 11, 2022
1 parent 0ffa1f3 commit d30b773
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build e2etests
// +build e2etests

package authentication_test

import (
Expand Down

0 comments on commit d30b773

Please sign in to comment.