Skip to content

Commit

Permalink
fix(geo-layers): unskip fixed test (visgl#6882)
Browse files Browse the repository at this point in the history
  • Loading branch information
belom88 authored May 5, 2022
1 parent e4dcadf commit f992f64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/modules/geo-layers/tile-3d-layer/tile-3d-layer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import {testLayerAsync} from '@deck.gl/test-utils';
import {Tile3DLayer} from '@deck.gl/geo-layers';
import {WebMercatorViewport} from '@deck.gl/core';

// Test intermittently failing due https://github.com/visgl/deck.gl/commit/6c7eab32ff818df212930f18b4936e50070dca19
test.skip('Tile3DLayer', async t => {
test('Tile3DLayer', async t => {
const testCases = [
{
props: {
Expand Down

0 comments on commit f992f64

Please sign in to comment.