Skip to content

Commit

Permalink
did making the server threaded fix windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Mar 28, 2019
1 parent 475bbd2 commit 9683d47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/integration/042_sources_test/test_sources.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,6 @@ def wait_result(self):
)select * from __dbt__CTE__ephemeral_model'''


@unittest.skipIf(os.name == 'nt', 'Windows not supported for now')
class TestRPCServer(BaseSourcesTest):
def setUp(self):
super(TestRPCServer, self).setUp()
Expand Down

0 comments on commit 9683d47

Please sign in to comment.