Skip to content

Commit

Permalink
test(spanner): unskip tests for emulator (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
hengfengli committed Aug 4, 2020
1 parent 84ad46c commit 5a27fab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spanner/integration_test.go
Expand Up @@ -255,7 +255,6 @@ func initIntegrationTests() (cleanup func()) {
}

func TestIntegration_InitSessionPool(t *testing.T) {
skipEmulatorTest(t)
ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute)
defer cancel()
// Set up an empty testing environment.
Expand Down Expand Up @@ -2091,7 +2090,6 @@ func TestIntegration_BatchRead(t *testing.T) {

// Test normal txReadEnv method on BatchReadOnlyTransaction.
func TestIntegration_BROTNormal(t *testing.T) {
skipEmulatorTest(t)
t.Parallel()

// Set up testing environment and create txn.
Expand Down

0 comments on commit 5a27fab

Please sign in to comment.